Shades of Dark Slate Blue #4C4390
Tints of Dark Slate Blue #4C4390
RGB
CMYK
RGB Variations
Color information
#4C4390 (or 0x4C4390) is known color: Dark Slate Blue. HEX triplet: 4C, 43 and 90. RGB value is (76,67,144). Sum of RGB (Red+Green+Blue) = 76+67+144=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C4390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4390 is #B3BC6F. Grayscale: #4E4E4E. Windows color (decimal): -11779184 or 9454412. OLE color: 9454412.
HSL color Cylindrical-coordinate representation of color #4C4390: hue angle of 247.01º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C4390 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 67 | 144 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.44 |
| HSL | 247.01º | 0.36% | 0.41% | - |
| HSV(B) | 247.01º | 0.53% | 0.56% | - |
| XYZ | 10.02 | 7.56 | 27.32 | - |
| YUV | 78.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 144 | 0.47 | 0.53 | 0 | 0.44 | 247.01 | 0.36 | 0.41 |
| Hex | 4C | 43 | 90 | 2F | 35 | 0 | 2C | F7 | 24 | 29 |
| Octal | 114 | 103 | 220 | 57 | 65 | 0 | 54 | 367 | 44 | 51 |
| Binary | 1001100 | 1000011 | 10010000 | 101111 | 110101 | 0 | 101100 | 11110111 | 100100 | 101001 |
Color Harmonies of #4C4390
Complementary color
Monochromatic Colors of #4C4390
Black with #4C4390
Text Example
Text Example
White with #4C4390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4390; }
p { color: rgb(76,67,144); }
H1.HeaderClassName
{
color: #4C4390;
}
.AnyTagClassName
{
color: #4C4390;
}
</style>
background-color css
<style>
a { background-color: #4C4390; }
a { background-color: rgb(76,67,144); }
div.DivClassName
{
background-color: #4C4390;
}
.BgClassName
{
background-color: #4C4390;
}
</style>
border-color css
<style>
span { border-color: #4C4390; }
span { border-color: rgb(76,67,144); }
td.TdClassName
{
border-color: #4C4390;
}
.TagClassName
{
border-color: #4C4390;
}
</style>