Shades of Rich Blue #4C4DAB
Tints of Rich Blue #4C4DAB
RGB
CMYK
RGB Variations
Color information
#4C4DAB (or 0x4C4DAB) is known color: Rich Blue. HEX triplet: 4C, 4D and AB. RGB value is (76,77,171). Sum of RGB (Red+Green+Blue) = 76+77+171=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C4DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4DAB is #B3B254. Grayscale: #575757. Windows color (decimal): -11776597 or 11226444. OLE color: 11226444.
HSL color Cylindrical-coordinate representation of color #4C4DAB: hue angle of 239.37º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C4DAB is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 77 | 171 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.33 |
| HSL | 239.37º | 0.38% | 0.48% | - |
| HSV(B) | 239.37º | 0.56% | 0.67% | - |
| XYZ | 12.99 | 9.78 | 39.73 | - |
| YUV | 87.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 171 | 0.56 | 0.55 | 0 | 0.33 | 239.37 | 0.38 | 0.48 |
| Hex | 4C | 4D | AB | 38 | 37 | 0 | 21 | EF | 26 | 30 |
| Octal | 114 | 115 | 253 | 70 | 67 | 0 | 41 | 357 | 46 | 60 |
| Binary | 1001100 | 1001101 | 10101011 | 111000 | 110111 | 0 | 100001 | 11101111 | 100110 | 110000 |
Color Harmonies of #4C4DAB
Complementary color
Monochromatic Colors of #4C4DAB
Black with #4C4DAB
Text Example
Text Example
White with #4C4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4DAB; }
p { color: rgb(76,77,171); }
H1.HeaderClassName
{
color: #4C4DAB;
}
.AnyTagClassName
{
color: #4C4DAB;
}
</style>
background-color css
<style>
a { background-color: #4C4DAB; }
a { background-color: rgb(76,77,171); }
div.DivClassName
{
background-color: #4C4DAB;
}
.BgClassName
{
background-color: #4C4DAB;
}
</style>
border-color css
<style>
span { border-color: #4C4DAB; }
span { border-color: rgb(76,77,171); }
td.TdClassName
{
border-color: #4C4DAB;
}
.TagClassName
{
border-color: #4C4DAB;
}
</style>