Shades of Dark Slate Blue #4A437B
Tints of Dark Slate Blue #4A437B
RGB
CMYK
RGB Variations
Color information
#4A437B (or 0x4A437B) is known color: Dark Slate Blue. HEX triplet: 4A, 43 and 7B. RGB value is (74,67,123). Sum of RGB (Red+Green+Blue) = 74+67+123=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A437B is #B5BC84. Grayscale: #4B4B4B. Windows color (decimal): -11910277 or 8078154. OLE color: 8078154.
HSL color Cylindrical-coordinate representation of color #4A437B: hue angle of 247.5º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A437B is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 67 | 123 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.52 |
| HSL | 247.5º | 0.29% | 0.37% | - |
| HSV(B) | 247.5º | 0.46% | 0.48% | - |
| XYZ | 8.41 | 6.9 | 19.63 | - |
| YUV | 75.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 123 | 0.40 | 0.46 | 0 | 0.52 | 247.5 | 0.29 | 0.37 |
| Hex | 4A | 43 | 7B | 28 | 2E | 0 | 34 | F8 | 1D | 25 |
| Octal | 112 | 103 | 173 | 50 | 56 | 0 | 64 | 370 | 35 | 45 |
| Binary | 1001010 | 1000011 | 1111011 | 101000 | 101110 | 0 | 110100 | 11111000 | 11101 | 100101 |
Color Harmonies of #4A437B
Complementary color
Monochromatic Colors of #4A437B
Black with #4A437B
Text Example
Text Example
White with #4A437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A437B; }
p { color: rgb(74,67,123); }
H1.HeaderClassName
{
color: #4A437B;
}
.AnyTagClassName
{
color: #4A437B;
}
</style>
background-color css
<style>
a { background-color: #4A437B; }
a { background-color: rgb(74,67,123); }
div.DivClassName
{
background-color: #4A437B;
}
.BgClassName
{
background-color: #4A437B;
}
</style>
border-color css
<style>
span { border-color: #4A437B; }
span { border-color: rgb(74,67,123); }
td.TdClassName
{
border-color: #4A437B;
}
.TagClassName
{
border-color: #4A437B;
}
</style>