Shades of Dark Slate Blue #4B428C
Tints of Dark Slate Blue #4B428C
RGB
CMYK
RGB Variations
Color information
#4B428C (or 0x4B428C) is known color: Dark Slate Blue. HEX triplet: 4B, 42 and 8C. RGB value is (75,66,140). Sum of RGB (Red+Green+Blue) = 75+66+140=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B428C is #B4BD73. Grayscale: #4C4C4C. Windows color (decimal): -11844980 or 9192011. OLE color: 9192011.
HSL color Cylindrical-coordinate representation of color #4B428C: hue angle of 247.3º 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 #4B428C is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 66 | 140 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.45 |
| HSL | 247.3º | 0.36% | 0.4% | - |
| HSV(B) | 247.3º | 0.53% | 0.55% | - |
| XYZ | 9.58 | 7.29 | 25.71 | - |
| YUV | 77.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 140 | 0.46 | 0.53 | 0 | 0.45 | 247.3 | 0.36 | 0.4 |
| Hex | 4B | 42 | 8C | 2E | 35 | 0 | 2D | F7 | 24 | 28 |
| Octal | 113 | 102 | 214 | 56 | 65 | 0 | 55 | 367 | 44 | 50 |
| Binary | 1001011 | 1000010 | 10001100 | 101110 | 110101 | 0 | 101101 | 11110111 | 100100 | 101000 |
Color Harmonies of #4B428C
Complementary color
Monochromatic Colors of #4B428C
Black with #4B428C
Text Example
Text Example
White with #4B428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B428C; }
p { color: rgb(75,66,140); }
H1.HeaderClassName
{
color: #4B428C;
}
.AnyTagClassName
{
color: #4B428C;
}
</style>
background-color css
<style>
a { background-color: #4B428C; }
a { background-color: rgb(75,66,140); }
div.DivClassName
{
background-color: #4B428C;
}
.BgClassName
{
background-color: #4B428C;
}
</style>
border-color css
<style>
span { border-color: #4B428C; }
span { border-color: rgb(75,66,140); }
td.TdClassName
{
border-color: #4B428C;
}
.TagClassName
{
border-color: #4B428C;
}
</style>