Shades of Dark Slate Blue #4A428F
Tints of Dark Slate Blue #4A428F
RGB
CMYK
RGB Variations
Color information
#4A428F (or 0x4A428F) is known color: Dark Slate Blue. HEX triplet: 4A, 42 and 8F. RGB value is (74,66,143). Sum of RGB (Red+Green+Blue) = 74+66+143=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A428F is #B5BD70. Grayscale: #4C4C4C. Windows color (decimal): -11910513 or 9388618. OLE color: 9388618.
HSL color Cylindrical-coordinate representation of color #4A428F: hue angle of 246.23º 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 #4A428F is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 66 | 143 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.44 |
| HSL | 246.23º | 0.37% | 0.41% | - |
| HSV(B) | 246.23º | 0.54% | 0.56% | - |
| XYZ | 9.73 | 7.34 | 26.89 | - |
| YUV | 77.17 | 165.15 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 143 | 0.48 | 0.54 | 0 | 0.44 | 246.23 | 0.37 | 0.41 |
| Hex | 4A | 42 | 8F | 30 | 36 | 0 | 2C | F6 | 25 | 29 |
| Octal | 112 | 102 | 217 | 60 | 66 | 0 | 54 | 366 | 45 | 51 |
| Binary | 1001010 | 1000010 | 10001111 | 110000 | 110110 | 0 | 101100 | 11110110 | 100101 | 101001 |
Color Harmonies of #4A428F
Complementary color
Monochromatic Colors of #4A428F
Black with #4A428F
Text Example
Text Example
White with #4A428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A428F; }
p { color: rgb(74,66,143); }
H1.HeaderClassName
{
color: #4A428F;
}
.AnyTagClassName
{
color: #4A428F;
}
</style>
background-color css
<style>
a { background-color: #4A428F; }
a { background-color: rgb(74,66,143); }
div.DivClassName
{
background-color: #4A428F;
}
.BgClassName
{
background-color: #4A428F;
}
</style>
border-color css
<style>
span { border-color: #4A428F; }
span { border-color: rgb(74,66,143); }
td.TdClassName
{
border-color: #4A428F;
}
.TagClassName
{
border-color: #4A428F;
}
</style>