Shades of Dark Slate Blue #4A428B
Tints of Dark Slate Blue #4A428B
RGB
CMYK
RGB Variations
Color information
#4A428B (or 0x4A428B) is known color: Dark Slate Blue. HEX triplet: 4A, 42 and 8B. RGB value is (74,66,139). Sum of RGB (Red+Green+Blue) = 74+66+139=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A428B is #B5BD74. Grayscale: #4C4C4C. Windows color (decimal): -11910517 or 9126474. OLE color: 9126474.
HSL color Cylindrical-coordinate representation of color #4A428B: hue angle of 246.58º 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 #4A428B is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 66 | 139 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.45 |
| HSL | 246.58º | 0.36% | 0.4% | - |
| HSV(B) | 246.58º | 0.53% | 0.55% | - |
| XYZ | 9.43 | 7.22 | 25.32 | - |
| YUV | 76.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 139 | 0.47 | 0.53 | 0 | 0.45 | 246.58 | 0.36 | 0.4 |
| Hex | 4A | 42 | 8B | 2F | 35 | 0 | 2D | F7 | 24 | 28 |
| Octal | 112 | 102 | 213 | 57 | 65 | 0 | 55 | 367 | 44 | 50 |
| Binary | 1001010 | 1000010 | 10001011 | 101111 | 110101 | 0 | 101101 | 11110111 | 100100 | 101000 |
Color Harmonies of #4A428B
Complementary color
Monochromatic Colors of #4A428B
Black with #4A428B
Text Example
Text Example
White with #4A428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A428B; }
p { color: rgb(74,66,139); }
H1.HeaderClassName
{
color: #4A428B;
}
.AnyTagClassName
{
color: #4A428B;
}
</style>
background-color css
<style>
a { background-color: #4A428B; }
a { background-color: rgb(74,66,139); }
div.DivClassName
{
background-color: #4A428B;
}
.BgClassName
{
background-color: #4A428B;
}
</style>
border-color css
<style>
span { border-color: #4A428B; }
span { border-color: rgb(74,66,139); }
td.TdClassName
{
border-color: #4A428B;
}
.TagClassName
{
border-color: #4A428B;
}
</style>