Shades of Dark Slate Blue #4C4187
Tints of Dark Slate Blue #4C4187
RGB
CMYK
RGB Variations
Color information
#4C4187 (or 0x4C4187) is known color: Dark Slate Blue. HEX triplet: 4C, 41 and 87. RGB value is (76,65,135). Sum of RGB (Red+Green+Blue) = 76+65+135=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C4187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4187 is #B3BE78. Grayscale: #4C4C4C. Windows color (decimal): -11779705 or 8864076. OLE color: 8864076.
HSL color Cylindrical-coordinate representation of color #4C4187: hue angle of 249.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C4187 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 65 | 135 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.47 |
| HSL | 249.43º | 0.35% | 0.39% | - |
| HSV(B) | 249.43º | 0.52% | 0.53% | - |
| XYZ | 9.24 | 7.07 | 23.8 | - |
| YUV | 76.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 135 | 0.44 | 0.52 | 0 | 0.47 | 249.43 | 0.35 | 0.39 |
| Hex | 4C | 41 | 87 | 2C | 34 | 0 | 2F | F9 | 23 | 27 |
| Octal | 114 | 101 | 207 | 54 | 64 | 0 | 57 | 371 | 43 | 47 |
| Binary | 1001100 | 1000001 | 10000111 | 101100 | 110100 | 0 | 101111 | 11111001 | 100011 | 100111 |
Color Harmonies of #4C4187
Complementary color
Monochromatic Colors of #4C4187
Black with #4C4187
Text Example
Text Example
White with #4C4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4187; }
p { color: rgb(76,65,135); }
H1.HeaderClassName
{
color: #4C4187;
}
.AnyTagClassName
{
color: #4C4187;
}
</style>
background-color css
<style>
a { background-color: #4C4187; }
a { background-color: rgb(76,65,135); }
div.DivClassName
{
background-color: #4C4187;
}
.BgClassName
{
background-color: #4C4187;
}
</style>
border-color css
<style>
span { border-color: #4C4187; }
span { border-color: rgb(76,65,135); }
td.TdClassName
{
border-color: #4C4187;
}
.TagClassName
{
border-color: #4C4187;
}
</style>