Shades of Dark Slate Blue #4A418E
Tints of Dark Slate Blue #4A418E
RGB
CMYK
RGB Variations
Color information
#4A418E (or 0x4A418E) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 8E. RGB value is (74,65,142). Sum of RGB (Red+Green+Blue) = 74+65+142=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A418E is #B5BE71. Grayscale: #4C4C4C. Windows color (decimal): -11910770 or 9322826. OLE color: 9322826.
HSL color Cylindrical-coordinate representation of color #4A418E: hue angle of 247.01º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A418E is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 65 | 142 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.44 |
| HSL | 247.01º | 0.37% | 0.41% | - |
| HSV(B) | 247.01º | 0.54% | 0.56% | - |
| XYZ | 9.6 | 7.19 | 26.47 | - |
| YUV | 76.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 142 | 0.48 | 0.54 | 0 | 0.44 | 247.01 | 0.37 | 0.41 |
| Hex | 4A | 41 | 8E | 30 | 36 | 0 | 2C | F7 | 25 | 29 |
| Octal | 112 | 101 | 216 | 60 | 66 | 0 | 54 | 367 | 45 | 51 |
| Binary | 1001010 | 1000001 | 10001110 | 110000 | 110110 | 0 | 101100 | 11110111 | 100101 | 101001 |
Color Harmonies of #4A418E
Complementary color
Monochromatic Colors of #4A418E
Black with #4A418E
Text Example
Text Example
White with #4A418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A418E; }
p { color: rgb(74,65,142); }
H1.HeaderClassName
{
color: #4A418E;
}
.AnyTagClassName
{
color: #4A418E;
}
</style>
background-color css
<style>
a { background-color: #4A418E; }
a { background-color: rgb(74,65,142); }
div.DivClassName
{
background-color: #4A418E;
}
.BgClassName
{
background-color: #4A418E;
}
</style>
border-color css
<style>
span { border-color: #4A418E; }
span { border-color: rgb(74,65,142); }
td.TdClassName
{
border-color: #4A418E;
}
.TagClassName
{
border-color: #4A418E;
}
</style>