Shades of Dark Slate Blue #4C4580
Tints of Dark Slate Blue #4C4580
RGB
CMYK
RGB Variations
Color information
#4C4580 (or 0x4C4580) is known color: Dark Slate Blue. HEX triplet: 4C, 45 and 80. RGB value is (76,69,128). Sum of RGB (Red+Green+Blue) = 76+69+128=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C4580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4580 is #B3BA7F. Grayscale: #4D4D4D. Windows color (decimal): -11778688 or 8406348. OLE color: 8406348.
HSL color Cylindrical-coordinate representation of color #4C4580: hue angle of 247.12º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C4580 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 69 | 128 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.50 |
| HSL | 247.12º | 0.3% | 0.39% | - |
| HSV(B) | 247.12º | 0.46% | 0.5% | - |
| XYZ | 9 | 7.35 | 21.37 | - |
| YUV | 77.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 128 | 0.41 | 0.46 | 0 | 0.50 | 247.12 | 0.3 | 0.39 |
| Hex | 4C | 45 | 80 | 29 | 2E | 0 | 32 | F7 | 1E | 27 |
| Octal | 114 | 105 | 200 | 51 | 56 | 0 | 62 | 367 | 36 | 47 |
| Binary | 1001100 | 1000101 | 10000000 | 101001 | 101110 | 0 | 110010 | 11110111 | 11110 | 100111 |
Color Harmonies of #4C4580
Complementary color
Monochromatic Colors of #4C4580
Black with #4C4580
Text Example
Text Example
White with #4C4580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4580; }
p { color: rgb(76,69,128); }
H1.HeaderClassName
{
color: #4C4580;
}
.AnyTagClassName
{
color: #4C4580;
}
</style>
background-color css
<style>
a { background-color: #4C4580; }
a { background-color: rgb(76,69,128); }
div.DivClassName
{
background-color: #4C4580;
}
.BgClassName
{
background-color: #4C4580;
}
</style>
border-color css
<style>
span { border-color: #4C4580; }
span { border-color: rgb(76,69,128); }
td.TdClassName
{
border-color: #4C4580;
}
.TagClassName
{
border-color: #4C4580;
}
</style>