Shades of Rich Blue #4C4DAC
Tints of Rich Blue #4C4DAC
RGB
CMYK
RGB Variations
Color information
#4C4DAC (or 0x4C4DAC) is known color: Rich Blue. HEX triplet: 4C, 4D and AC. RGB value is (76,77,172). Sum of RGB (Red+Green+Blue) = 76+77+172=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4DAC is #B3B253. Grayscale: #575757. Windows color (decimal): -11776596 or 11291980. OLE color: 11291980.
HSL color Cylindrical-coordinate representation of color #4C4DAC: hue angle of 239.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C4DAC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 77 | 172 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.33 |
| HSL | 239.38º | 0.39% | 0.49% | - |
| HSV(B) | 239.38º | 0.56% | 0.67% | - |
| XYZ | 13.08 | 9.82 | 40.24 | - |
| YUV | 87.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 172 | 0.56 | 0.55 | 0 | 0.33 | 239.38 | 0.39 | 0.49 |
| Hex | 4C | 4D | AC | 38 | 37 | 0 | 21 | EF | 27 | 31 |
| Octal | 114 | 115 | 254 | 70 | 67 | 0 | 41 | 357 | 47 | 61 |
| Binary | 1001100 | 1001101 | 10101100 | 111000 | 110111 | 0 | 100001 | 11101111 | 100111 | 110001 |
Color Harmonies of #4C4DAC
Complementary color
Monochromatic Colors of #4C4DAC
Black with #4C4DAC
Text Example
Text Example
White with #4C4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4DAC; }
p { color: rgb(76,77,172); }
H1.HeaderClassName
{
color: #4C4DAC;
}
.AnyTagClassName
{
color: #4C4DAC;
}
</style>
background-color css
<style>
a { background-color: #4C4DAC; }
a { background-color: rgb(76,77,172); }
div.DivClassName
{
background-color: #4C4DAC;
}
.BgClassName
{
background-color: #4C4DAC;
}
</style>
border-color css
<style>
span { border-color: #4C4DAC; }
span { border-color: rgb(76,77,172); }
td.TdClassName
{
border-color: #4C4DAC;
}
.TagClassName
{
border-color: #4C4DAC;
}
</style>