Shades of Dark Slate Blue #484089
Tints of Dark Slate Blue #484089
RGB
CMYK
RGB Variations
Color information
#484089 (or 0x484089) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 89. RGB value is (72,64,137). Sum of RGB (Red+Green+Blue) = 72+64+137=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #484089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484089 is #B7BF76. Grayscale: #4A4A4A. Windows color (decimal): -12042103 or 8994888. OLE color: 8994888.
HSL color Cylindrical-coordinate representation of color #484089: hue angle of 246.58º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484089 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 64 | 137 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.46 |
| HSL | 246.58º | 0.36% | 0.39% | - |
| HSV(B) | 246.58º | 0.53% | 0.54% | - |
| XYZ | 9.02 | 6.85 | 24.51 | - |
| YUV | 74.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 137 | 0.47 | 0.53 | 0 | 0.46 | 246.58 | 0.36 | 0.39 |
| Hex | 48 | 40 | 89 | 2F | 35 | 0 | 2E | F7 | 24 | 27 |
| Octal | 110 | 100 | 211 | 57 | 65 | 0 | 56 | 367 | 44 | 47 |
| Binary | 1001000 | 1000000 | 10001001 | 101111 | 110101 | 0 | 101110 | 11110111 | 100100 | 100111 |
Color Harmonies of #484089
Complementary color
Monochromatic Colors of #484089
Black with #484089
Text Example
Text Example
White with #484089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484089; }
p { color: rgb(72,64,137); }
H1.HeaderClassName
{
color: #484089;
}
.AnyTagClassName
{
color: #484089;
}
</style>
background-color css
<style>
a { background-color: #484089; }
a { background-color: rgb(72,64,137); }
div.DivClassName
{
background-color: #484089;
}
.BgClassName
{
background-color: #484089;
}
</style>
border-color css
<style>
span { border-color: #484089; }
span { border-color: rgb(72,64,137); }
td.TdClassName
{
border-color: #484089;
}
.TagClassName
{
border-color: #484089;
}
</style>