Shades of Dark Slate Blue #4A428D
Tints of Dark Slate Blue #4A428D
RGB
CMYK
RGB Variations
Color information
#4A428D (or 0x4A428D) is known color: Dark Slate Blue. HEX triplet: 4A, 42 and 8D. RGB value is (74,66,141). Sum of RGB (Red+Green+Blue) = 74+66+141=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A428D is #B5BD72. Grayscale: #4C4C4C. Windows color (decimal): -11910515 or 9257546. OLE color: 9257546.
HSL color Cylindrical-coordinate representation of color #4A428D: hue angle of 246.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A428D is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 66 | 141 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.45 |
| HSL | 246.4º | 0.36% | 0.41% | - |
| HSV(B) | 246.4º | 0.53% | 0.55% | - |
| XYZ | 9.58 | 7.28 | 26.1 | - |
| YUV | 76.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 141 | 0.48 | 0.53 | 0 | 0.45 | 246.4 | 0.36 | 0.41 |
| Hex | 4A | 42 | 8D | 30 | 35 | 0 | 2D | F6 | 24 | 29 |
| Octal | 112 | 102 | 215 | 60 | 65 | 0 | 55 | 366 | 44 | 51 |
| Binary | 1001010 | 1000010 | 10001101 | 110000 | 110101 | 0 | 101101 | 11110110 | 100100 | 101001 |
Color Harmonies of #4A428D
Complementary color
Monochromatic Colors of #4A428D
Black with #4A428D
Text Example
Text Example
White with #4A428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A428D; }
p { color: rgb(74,66,141); }
H1.HeaderClassName
{
color: #4A428D;
}
.AnyTagClassName
{
color: #4A428D;
}
</style>
background-color css
<style>
a { background-color: #4A428D; }
a { background-color: rgb(74,66,141); }
div.DivClassName
{
background-color: #4A428D;
}
.BgClassName
{
background-color: #4A428D;
}
</style>
border-color css
<style>
span { border-color: #4A428D; }
span { border-color: rgb(74,66,141); }
td.TdClassName
{
border-color: #4A428D;
}
.TagClassName
{
border-color: #4A428D;
}
</style>