Shades of Dark Slate Blue #4C3C7D
Tints of Dark Slate Blue #4C3C7D
RGB
CMYK
RGB Variations
Color information
#4C3C7D (or 0x4C3C7D) is known color: Dark Slate Blue. HEX triplet: 4C, 3C and 7D. RGB value is (76,60,125). Sum of RGB (Red+Green+Blue) = 76+60+125=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C3C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3C7D is #B3C382. Grayscale: #474747. Windows color (decimal): -11780995 or 8207436. OLE color: 8207436.
HSL color Cylindrical-coordinate representation of color #4C3C7D: hue angle of 254.77º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C3C7D is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 60 | 125 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.51 |
| HSL | 254.77º | 0.35% | 0.36% | - |
| HSV(B) | 254.77º | 0.52% | 0.49% | - |
| XYZ | 8.3 | 6.25 | 20.17 | - |
| YUV | 72.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 125 | 0.39 | 0.52 | 0 | 0.51 | 254.77 | 0.35 | 0.36 |
| Hex | 4C | 3C | 7D | 27 | 34 | 0 | 33 | FF | 23 | 24 |
| Octal | 114 | 74 | 175 | 47 | 64 | 0 | 63 | 377 | 43 | 44 |
| Binary | 1001100 | 111100 | 1111101 | 100111 | 110100 | 0 | 110011 | 11111111 | 100011 | 100100 |
Color Harmonies of #4C3C7D
Complementary color
Monochromatic Colors of #4C3C7D
Black with #4C3C7D
Text Example
Text Example
White with #4C3C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3C7D; }
p { color: rgb(76,60,125); }
H1.HeaderClassName
{
color: #4C3C7D;
}
.AnyTagClassName
{
color: #4C3C7D;
}
</style>
background-color css
<style>
a { background-color: #4C3C7D; }
a { background-color: rgb(76,60,125); }
div.DivClassName
{
background-color: #4C3C7D;
}
.BgClassName
{
background-color: #4C3C7D;
}
</style>
border-color css
<style>
span { border-color: #4C3C7D; }
span { border-color: rgb(76,60,125); }
td.TdClassName
{
border-color: #4C3C7D;
}
.TagClassName
{
border-color: #4C3C7D;
}
</style>