Shades of Dark Slate Blue #4A418C
Tints of Dark Slate Blue #4A418C
RGB
CMYK
RGB Variations
Color information
#4A418C (or 0x4A418C) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 8C. RGB value is (74,65,140). Sum of RGB (Red+Green+Blue) = 74+65+140=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A418C is #B5BE73. Grayscale: #4B4B4B. Windows color (decimal): -11910772 or 9191754. OLE color: 9191754.
HSL color Cylindrical-coordinate representation of color #4A418C: hue angle of 247.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A418C is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 65 | 140 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.45 |
| HSL | 247.2º | 0.37% | 0.4% | - |
| HSV(B) | 247.2º | 0.54% | 0.55% | - |
| XYZ | 9.45 | 7.13 | 25.69 | - |
| YUV | 76.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 140 | 0.47 | 0.54 | 0 | 0.45 | 247.2 | 0.37 | 0.4 |
| Hex | 4A | 41 | 8C | 2F | 36 | 0 | 2D | F7 | 25 | 28 |
| Octal | 112 | 101 | 214 | 57 | 66 | 0 | 55 | 367 | 45 | 50 |
| Binary | 1001010 | 1000001 | 10001100 | 101111 | 110110 | 0 | 101101 | 11110111 | 100101 | 101000 |
Color Harmonies of #4A418C
Complementary color
Monochromatic Colors of #4A418C
Black with #4A418C
Text Example
Text Example
White with #4A418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A418C; }
p { color: rgb(74,65,140); }
H1.HeaderClassName
{
color: #4A418C;
}
.AnyTagClassName
{
color: #4A418C;
}
</style>
background-color css
<style>
a { background-color: #4A418C; }
a { background-color: rgb(74,65,140); }
div.DivClassName
{
background-color: #4A418C;
}
.BgClassName
{
background-color: #4A418C;
}
</style>
border-color css
<style>
span { border-color: #4A418C; }
span { border-color: rgb(74,65,140); }
td.TdClassName
{
border-color: #4A418C;
}
.TagClassName
{
border-color: #4A418C;
}
</style>