Shades of Dark Slate Blue #4B407B
Tints of Dark Slate Blue #4B407B
RGB
CMYK
RGB Variations
Color information
#4B407B (or 0x4B407B) is known color: Dark Slate Blue. HEX triplet: 4B, 40 and 7B. RGB value is (75,64,123). Sum of RGB (Red+Green+Blue) = 75+64+123=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B407B is #B4BF84. Grayscale: #494949. Windows color (decimal): -11845509 or 8077387. OLE color: 8077387.
HSL color Cylindrical-coordinate representation of color #4B407B: hue angle of 251.19º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B407B is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 64 | 123 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.52 |
| HSL | 251.19º | 0.32% | 0.37% | - |
| HSV(B) | 251.19º | 0.48% | 0.48% | - |
| XYZ | 8.31 | 6.59 | 19.57 | - |
| YUV | 74.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 123 | 0.39 | 0.48 | 0 | 0.52 | 251.19 | 0.32 | 0.37 |
| Hex | 4B | 40 | 7B | 27 | 30 | 0 | 34 | FB | 20 | 25 |
| Octal | 113 | 100 | 173 | 47 | 60 | 0 | 64 | 373 | 40 | 45 |
| Binary | 1001011 | 1000000 | 1111011 | 100111 | 110000 | 0 | 110100 | 11111011 | 100000 | 100101 |
Color Harmonies of #4B407B
Complementary color
Monochromatic Colors of #4B407B
Black with #4B407B
Text Example
Text Example
White with #4B407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B407B; }
p { color: rgb(75,64,123); }
H1.HeaderClassName
{
color: #4B407B;
}
.AnyTagClassName
{
color: #4B407B;
}
</style>
background-color css
<style>
a { background-color: #4B407B; }
a { background-color: rgb(75,64,123); }
div.DivClassName
{
background-color: #4B407B;
}
.BgClassName
{
background-color: #4B407B;
}
</style>
border-color css
<style>
span { border-color: #4B407B; }
span { border-color: rgb(75,64,123); }
td.TdClassName
{
border-color: #4B407B;
}
.TagClassName
{
border-color: #4B407B;
}
</style>