What is hex #483D8B color?

 
The hex code #483D8B is also know by an other name that is Dark Slate Blue.
This color is composed of 72% red, 61% green and 139% blue. So we can say that the RGB value is (72,61,139)
You need to use it for a printer? The CMYK colors code equivalent of hex #483D8B is C:48 M:56 Y:0, K:45) .
In the HSV/HSB scale, #483D8B has a hue of 248°, 56% saturation and a brightness value of 55%.
If you want to know all about the hex #483D8B, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #483D8B (complementary, analogous, triadic, tetradic...).

Hex #483D8B Color Codes & Equivalents

Color Name [Dark Slate Blue]
RGB Values (72,61,139)
CMYK Values (48%, 56%, 0%, 45%)
HSV/HSB Values (248°, 56%, 55%)
Closest Web Safe
#333399 [Blue Pigment]
Inverse Color
#b7c274
Closest Pantone®
7672 C
Closest RAL
RAL 5023 [Distant blue]
Complementary Color
#808b3d

#483D8B Converted to Grayscale Codes

Average
#5b5b5b
Lightness (Desaturation)
#646464
Weighted (BT601)
#494949
Luma (BT709)
#454545

Hex #483D8B Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #483D8B is #808b3d. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #483D8B you will find #808b3d. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#483D8B #808b3d

Analogous Palette

The analogous color scheme of #483D8B is composed with colors #3D598B and #6F3D8B. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #483D8B with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#3D598B #483D8B #6F3D8B

Split-Complementary Palette

The split-complementary color scheme of #483D8B is composed with colors #598B3D and #8B6F3D. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#483D8B #598B3D #8B6F3D

Triadic Palette

The triadic color scheme of #483D8B is composed with colors #3D8B48 and #8B483D. They are located to the right and left of your main color #483D8B with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#483D8B #3D8B48 #8B483D

Tetradic Palette

The tetradic color scheme of #483D8B is composed with colors #8B483D, #808B3D and #3D808B A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#483D8B #8B483D #808B3D #3D808B

Square Palette

The square color scheme of #483D8B is composed with colors #8B3D59, #808B3D and #3D8B6F To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#483D8B #8B3D59 #808B3D #3D8B6F

Tints, Tones & Shades of Hex #483D8B

Tints

Tints are created by adding white, resulting in lighter shades of #483D8B.

#483D8B #4F4399 #5649A7 #5F52B3 #6C60B9 #796EBF #867CC5 #938ACC

Tones

Tones are made by mixing with gray, softening the original color.

#483D8B #4F4681 #565077 #5D5A6D #646464 #646464 #646464 #646464

Shades

Shades result from adding black, creating darker variations.

#483D8B #40367C #39306E #312A60 #2A2452 #231D44 #1B1735 #141127

Hex #483D8B in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #483D8B
Java new Color(72,61,139);
Python Color(#483D8B)
.NET Color.FromArgb(255, 72,61,139);
Swift / iOS UIColor(red: 0.28, green: 0.24, blue: 0.55, alpha: 1)
Kotlin / Android Color.rgb(72, 61, 139)