Shades of Dark Slate Blue #483E7B
Tints of Dark Slate Blue #483E7B
RGB
CMYK
RGB Variations
Color information
#483E7B (or 0x483E7B) is known color: Dark Slate Blue. HEX triplet: 48, 3E and 7B. RGB value is (72,62,123). Sum of RGB (Red+Green+Blue) = 72+62+123=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #483E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E7B is #B7C184. Grayscale: #474747. Windows color (decimal): -12042629 or 8076872. OLE color: 8076872.
HSL color Cylindrical-coordinate representation of color #483E7B: hue angle of 249.84º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483E7B is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 62 | 123 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.52 |
| HSL | 249.84º | 0.33% | 0.36% | - |
| HSV(B) | 249.84º | 0.5% | 0.48% | - |
| XYZ | 7.97 | 6.25 | 19.53 | - |
| YUV | 71.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 123 | 0.41 | 0.50 | 0 | 0.52 | 249.84 | 0.33 | 0.36 |
| Hex | 48 | 3E | 7B | 29 | 32 | 0 | 34 | FA | 21 | 24 |
| Octal | 110 | 76 | 173 | 51 | 62 | 0 | 64 | 372 | 41 | 44 |
| Binary | 1001000 | 111110 | 1111011 | 101001 | 110010 | 0 | 110100 | 11111010 | 100001 | 100100 |
Color Harmonies of #483E7B
Complementary color
Monochromatic Colors of #483E7B
Black with #483E7B
Text Example
Text Example
White with #483E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E7B; }
p { color: rgb(72,62,123); }
H1.HeaderClassName
{
color: #483E7B;
}
.AnyTagClassName
{
color: #483E7B;
}
</style>
background-color css
<style>
a { background-color: #483E7B; }
a { background-color: rgb(72,62,123); }
div.DivClassName
{
background-color: #483E7B;
}
.BgClassName
{
background-color: #483E7B;
}
</style>
border-color css
<style>
span { border-color: #483E7B; }
span { border-color: rgb(72,62,123); }
td.TdClassName
{
border-color: #483E7B;
}
.TagClassName
{
border-color: #483E7B;
}
</style>