Shades of Dark Slate Blue #4C488A
Tints of Dark Slate Blue #4C488A
RGB
CMYK
RGB Variations
Color information
#4C488A (or 0x4C488A) is known color: Dark Slate Blue. HEX triplet: 4C, 48 and 8A. RGB value is (76,72,138). Sum of RGB (Red+Green+Blue) = 76+72+138=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C488A is #B3B775. Grayscale: #505050. Windows color (decimal): -11777910 or 9062476. OLE color: 9062476.
HSL color Cylindrical-coordinate representation of color #4C488A: hue angle of 243.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C488A is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 72 | 138 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.46 |
| HSL | 243.64º | 0.31% | 0.41% | - |
| HSV(B) | 243.64º | 0.48% | 0.54% | - |
| XYZ | 9.89 | 8.01 | 25.07 | - |
| YUV | 80.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 138 | 0.45 | 0.48 | 0 | 0.46 | 243.64 | 0.31 | 0.41 |
| Hex | 4C | 48 | 8A | 2D | 30 | 0 | 2E | F4 | 1F | 29 |
| Octal | 114 | 110 | 212 | 55 | 60 | 0 | 56 | 364 | 37 | 51 |
| Binary | 1001100 | 1001000 | 10001010 | 101101 | 110000 | 0 | 101110 | 11110100 | 11111 | 101001 |
Color Harmonies of #4C488A
Complementary color
Monochromatic Colors of #4C488A
Black with #4C488A
Text Example
Text Example
White with #4C488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C488A; }
p { color: rgb(76,72,138); }
H1.HeaderClassName
{
color: #4C488A;
}
.AnyTagClassName
{
color: #4C488A;
}
</style>
background-color css
<style>
a { background-color: #4C488A; }
a { background-color: rgb(76,72,138); }
div.DivClassName
{
background-color: #4C488A;
}
.BgClassName
{
background-color: #4C488A;
}
</style>
border-color css
<style>
span { border-color: #4C488A; }
span { border-color: rgb(76,72,138); }
td.TdClassName
{
border-color: #4C488A;
}
.TagClassName
{
border-color: #4C488A;
}
</style>