Shades of Dark Slate Blue #4A407B
Tints of Dark Slate Blue #4A407B
RGB
CMYK
RGB Variations
Color information
#4A407B (or 0x4A407B) is known color: Dark Slate Blue. HEX triplet: 4A, 40 and 7B. RGB value is (74,64,123). Sum of RGB (Red+Green+Blue) = 74+64+123=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A407B is #B5BF84. Grayscale: #494949. Windows color (decimal): -11911045 or 8077386. OLE color: 8077386.
HSL color Cylindrical-coordinate representation of color #4A407B: hue angle of 250.17º 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 #4A407B is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 64 | 123 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.52 |
| HSL | 250.17º | 0.32% | 0.37% | - |
| HSV(B) | 250.17º | 0.48% | 0.48% | - |
| XYZ | 8.23 | 6.55 | 19.57 | - |
| YUV | 73.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 123 | 0.40 | 0.48 | 0 | 0.52 | 250.17 | 0.32 | 0.37 |
| Hex | 4A | 40 | 7B | 28 | 30 | 0 | 34 | FA | 20 | 25 |
| Octal | 112 | 100 | 173 | 50 | 60 | 0 | 64 | 372 | 40 | 45 |
| Binary | 1001010 | 1000000 | 1111011 | 101000 | 110000 | 0 | 110100 | 11111010 | 100000 | 100101 |
Color Harmonies of #4A407B
Complementary color
Monochromatic Colors of #4A407B
Black with #4A407B
Text Example
Text Example
White with #4A407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A407B; }
p { color: rgb(74,64,123); }
H1.HeaderClassName
{
color: #4A407B;
}
.AnyTagClassName
{
color: #4A407B;
}
</style>
background-color css
<style>
a { background-color: #4A407B; }
a { background-color: rgb(74,64,123); }
div.DivClassName
{
background-color: #4A407B;
}
.BgClassName
{
background-color: #4A407B;
}
</style>
border-color css
<style>
span { border-color: #4A407B; }
span { border-color: rgb(74,64,123); }
td.TdClassName
{
border-color: #4A407B;
}
.TagClassName
{
border-color: #4A407B;
}
</style>