Shades of Rich Blue #4C4AAA
Tints of Rich Blue #4C4AAA
RGB
CMYK
RGB Variations
Color information
#4C4AAA (or 0x4C4AAA) is known color: Rich Blue. HEX triplet: 4C, 4A and AA. RGB value is (76,74,170). Sum of RGB (Red+Green+Blue) = 76+74+170=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4AAA is #B3B555. Grayscale: #555555. Windows color (decimal): -11777366 or 11160140. OLE color: 11160140.
HSL color Cylindrical-coordinate representation of color #4C4AAA: hue angle of 241.25º degrees, saturation: 0.39, 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 #4C4AAA is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 74 | 170 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.33 |
| HSL | 241.25º | 0.39% | 0.48% | - |
| HSV(B) | 241.25º | 0.56% | 0.67% | - |
| XYZ | 12.68 | 9.34 | 39.16 | - |
| YUV | 85.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 170 | 0.55 | 0.56 | 0 | 0.33 | 241.25 | 0.39 | 0.48 |
| Hex | 4C | 4A | AA | 37 | 38 | 0 | 21 | F1 | 27 | 30 |
| Octal | 114 | 112 | 252 | 67 | 70 | 0 | 41 | 361 | 47 | 60 |
| Binary | 1001100 | 1001010 | 10101010 | 110111 | 111000 | 0 | 100001 | 11110001 | 100111 | 110000 |
Color Harmonies of #4C4AAA
Complementary color
Monochromatic Colors of #4C4AAA
Black with #4C4AAA
Text Example
Text Example
White with #4C4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4AAA; }
p { color: rgb(76,74,170); }
H1.HeaderClassName
{
color: #4C4AAA;
}
.AnyTagClassName
{
color: #4C4AAA;
}
</style>
background-color css
<style>
a { background-color: #4C4AAA; }
a { background-color: rgb(76,74,170); }
div.DivClassName
{
background-color: #4C4AAA;
}
.BgClassName
{
background-color: #4C4AAA;
}
</style>
border-color css
<style>
span { border-color: #4C4AAA; }
span { border-color: rgb(76,74,170); }
td.TdClassName
{
border-color: #4C4AAA;
}
.TagClassName
{
border-color: #4C4AAA;
}
</style>