Shades of Rich Blue #4C4CAC
Tints of Rich Blue #4C4CAC
RGB
CMYK
RGB Variations
Color information
#4C4CAC (or 0x4C4CAC) is known color: Rich Blue. HEX triplet: 4C, 4C and AC. RGB value is (76,76,172). Sum of RGB (Red+Green+Blue) = 76+76+172=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C4CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4CAC is #B3B353. Grayscale: #565656. Windows color (decimal): -11776852 or 11291724. OLE color: 11291724.
HSL color Cylindrical-coordinate representation of color #4C4CAC: hue angle of 240º 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 #4C4CAC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 76 | 172 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.33 |
| HSL | 240º | 0.39% | 0.49% | - |
| HSV(B) | 240º | 0.56% | 0.67% | - |
| XYZ | 13.01 | 9.68 | 40.21 | - |
| YUV | 86.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 76 | 172 | 0.56 | 0.56 | 0 | 0.33 | 240 | 0.39 | 0.49 |
| Hex | 4C | 4C | AC | 38 | 38 | 0 | 21 | F0 | 27 | 31 |
| Octal | 114 | 114 | 254 | 70 | 70 | 0 | 41 | 360 | 47 | 61 |
| Binary | 1001100 | 1001100 | 10101100 | 111000 | 111000 | 0 | 100001 | 11110000 | 100111 | 110001 |
Color Harmonies of #4C4CAC
Complementary color
Monochromatic Colors of #4C4CAC
Black with #4C4CAC
Text Example
Text Example
White with #4C4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4CAC; }
p { color: rgb(76,76,172); }
H1.HeaderClassName
{
color: #4C4CAC;
}
.AnyTagClassName
{
color: #4C4CAC;
}
</style>
background-color css
<style>
a { background-color: #4C4CAC; }
a { background-color: rgb(76,76,172); }
div.DivClassName
{
background-color: #4C4CAC;
}
.BgClassName
{
background-color: #4C4CAC;
}
</style>
border-color css
<style>
span { border-color: #4C4CAC; }
span { border-color: rgb(76,76,172); }
td.TdClassName
{
border-color: #4C4CAC;
}
.TagClassName
{
border-color: #4C4CAC;
}
</style>