Shades of Dark Slate Blue #4C4380
Tints of Dark Slate Blue #4C4380
RGB
CMYK
RGB Variations
Color information
#4C4380 (or 0x4C4380) is known color: Dark Slate Blue. HEX triplet: 4C, 43 and 80. RGB value is (76,67,128). Sum of RGB (Red+Green+Blue) = 76+67+128=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C4380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4380 is #B3BC7F. Grayscale: #4C4C4C. Windows color (decimal): -11779200 or 8405836. OLE color: 8405836.
HSL color Cylindrical-coordinate representation of color #4C4380: hue angle of 248.85º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C4380 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 67 | 128 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.50 |
| HSL | 248.85º | 0.31% | 0.38% | - |
| HSV(B) | 248.85º | 0.48% | 0.5% | - |
| XYZ | 8.88 | 7.11 | 21.33 | - |
| YUV | 76.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 128 | 0.41 | 0.48 | 0 | 0.50 | 248.85 | 0.31 | 0.38 |
| Hex | 4C | 43 | 80 | 29 | 30 | 0 | 32 | F9 | 1F | 26 |
| Octal | 114 | 103 | 200 | 51 | 60 | 0 | 62 | 371 | 37 | 46 |
| Binary | 1001100 | 1000011 | 10000000 | 101001 | 110000 | 0 | 110010 | 11111001 | 11111 | 100110 |
Color Harmonies of #4C4380
Complementary color
Monochromatic Colors of #4C4380
Black with #4C4380
Text Example
Text Example
White with #4C4380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4380; }
p { color: rgb(76,67,128); }
H1.HeaderClassName
{
color: #4C4380;
}
.AnyTagClassName
{
color: #4C4380;
}
</style>
background-color css
<style>
a { background-color: #4C4380; }
a { background-color: rgb(76,67,128); }
div.DivClassName
{
background-color: #4C4380;
}
.BgClassName
{
background-color: #4C4380;
}
</style>
border-color css
<style>
span { border-color: #4C4380; }
span { border-color: rgb(76,67,128); }
td.TdClassName
{
border-color: #4C4380;
}
.TagClassName
{
border-color: #4C4380;
}
</style>