Shades of Dark Slate Blue #4A428C
Tints of Dark Slate Blue #4A428C
RGB
CMYK
RGB Variations
Color information
#4A428C (or 0x4A428C) is known color: Dark Slate Blue. HEX triplet: 4A, 42 and 8C. RGB value is (74,66,140). Sum of RGB (Red+Green+Blue) = 74+66+140=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A428C is #B5BD73. Grayscale: #4C4C4C. Windows color (decimal): -11910516 or 9192010. OLE color: 9192010.
HSL color Cylindrical-coordinate representation of color #4A428C: hue angle of 246.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A428C is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 66 | 140 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.45 |
| HSL | 246.49º | 0.36% | 0.4% | - |
| HSV(B) | 246.49º | 0.53% | 0.55% | - |
| XYZ | 9.51 | 7.25 | 25.71 | - |
| YUV | 76.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 140 | 0.47 | 0.53 | 0 | 0.45 | 246.49 | 0.36 | 0.4 |
| Hex | 4A | 42 | 8C | 2F | 35 | 0 | 2D | F6 | 24 | 28 |
| Octal | 112 | 102 | 214 | 57 | 65 | 0 | 55 | 366 | 44 | 50 |
| Binary | 1001010 | 1000010 | 10001100 | 101111 | 110101 | 0 | 101101 | 11110110 | 100100 | 101000 |
Color Harmonies of #4A428C
Complementary color
Monochromatic Colors of #4A428C
Black with #4A428C
Text Example
Text Example
White with #4A428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A428C; }
p { color: rgb(74,66,140); }
H1.HeaderClassName
{
color: #4A428C;
}
.AnyTagClassName
{
color: #4A428C;
}
</style>
background-color css
<style>
a { background-color: #4A428C; }
a { background-color: rgb(74,66,140); }
div.DivClassName
{
background-color: #4A428C;
}
.BgClassName
{
background-color: #4A428C;
}
</style>
border-color css
<style>
span { border-color: #4A428C; }
span { border-color: rgb(74,66,140); }
td.TdClassName
{
border-color: #4A428C;
}
.TagClassName
{
border-color: #4A428C;
}
</style>