Shades of Dark Slate Blue #4B407C
Tints of Dark Slate Blue #4B407C
RGB
CMYK
RGB Variations
Color information
#4B407C (or 0x4B407C) is known color: Dark Slate Blue. HEX triplet: 4B, 40 and 7C. RGB value is (75,64,124). Sum of RGB (Red+Green+Blue) = 75+64+124=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B407C is #B4BF83. Grayscale: #494949. Windows color (decimal): -11845508 or 8142923. OLE color: 8142923.
HSL color Cylindrical-coordinate representation of color #4B407C: hue angle of 251º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B407C is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 64 | 124 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.51 |
| HSL | 251º | 0.32% | 0.37% | - |
| HSV(B) | 251º | 0.48% | 0.49% | - |
| XYZ | 8.37 | 6.62 | 19.9 | - |
| YUV | 74.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 124 | 0.40 | 0.48 | 0 | 0.51 | 251 | 0.32 | 0.37 |
| Hex | 4B | 40 | 7C | 28 | 30 | 0 | 33 | FB | 20 | 25 |
| Octal | 113 | 100 | 174 | 50 | 60 | 0 | 63 | 373 | 40 | 45 |
| Binary | 1001011 | 1000000 | 1111100 | 101000 | 110000 | 0 | 110011 | 11111011 | 100000 | 100101 |
Color Harmonies of #4B407C
Complementary color
Monochromatic Colors of #4B407C
Black with #4B407C
Text Example
Text Example
White with #4B407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B407C; }
p { color: rgb(75,64,124); }
H1.HeaderClassName
{
color: #4B407C;
}
.AnyTagClassName
{
color: #4B407C;
}
</style>
background-color css
<style>
a { background-color: #4B407C; }
a { background-color: rgb(75,64,124); }
div.DivClassName
{
background-color: #4B407C;
}
.BgClassName
{
background-color: #4B407C;
}
</style>
border-color css
<style>
span { border-color: #4B407C; }
span { border-color: rgb(75,64,124); }
td.TdClassName
{
border-color: #4B407C;
}
.TagClassName
{
border-color: #4B407C;
}
</style>