Shades of Dark Slate Blue #4C4A8B
Tints of Dark Slate Blue #4C4A8B
RGB
CMYK
RGB Variations
Color information
#4C4A8B (or 0x4C4A8B) is known color: Dark Slate Blue. HEX triplet: 4C, 4A and 8B. RGB value is (76,74,139). Sum of RGB (Red+Green+Blue) = 76+74+139=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C4A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4A8B is #B3B574. Grayscale: #515151. Windows color (decimal): -11777397 or 9128524. OLE color: 9128524.
HSL color Cylindrical-coordinate representation of color #4C4A8B: hue angle of 241.85º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C4A8B is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 74 | 139 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.45 |
| HSL | 241.85º | 0.31% | 0.42% | - |
| HSV(B) | 241.85º | 0.47% | 0.55% | - |
| XYZ | 10.09 | 8.3 | 25.5 | - |
| YUV | 82.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 139 | 0.45 | 0.47 | 0 | 0.45 | 241.85 | 0.31 | 0.42 |
| Hex | 4C | 4A | 8B | 2D | 2F | 0 | 2D | F2 | 1F | 2A |
| Octal | 114 | 112 | 213 | 55 | 57 | 0 | 55 | 362 | 37 | 52 |
| Binary | 1001100 | 1001010 | 10001011 | 101101 | 101111 | 0 | 101101 | 11110010 | 11111 | 101010 |
Color Harmonies of #4C4A8B
Complementary color
Monochromatic Colors of #4C4A8B
Black with #4C4A8B
Text Example
Text Example
White with #4C4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A8B; }
p { color: rgb(76,74,139); }
H1.HeaderClassName
{
color: #4C4A8B;
}
.AnyTagClassName
{
color: #4C4A8B;
}
</style>
background-color css
<style>
a { background-color: #4C4A8B; }
a { background-color: rgb(76,74,139); }
div.DivClassName
{
background-color: #4C4A8B;
}
.BgClassName
{
background-color: #4C4A8B;
}
</style>
border-color css
<style>
span { border-color: #4C4A8B; }
span { border-color: rgb(76,74,139); }
td.TdClassName
{
border-color: #4C4A8B;
}
.TagClassName
{
border-color: #4C4A8B;
}
</style>