Shades of Rich Blue #4C5AB4
Tints of Rich Blue #4C5AB4
RGB
CMYK
RGB Variations
Color information
#4C5AB4 (or 0x4C5AB4) is known color: Rich Blue. HEX triplet: 4C, 5A and B4. RGB value is (76,90,180). Sum of RGB (Red+Green+Blue) = 76+90+180=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C5AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5AB4 is #B3A54B. Grayscale: #5F5F5F. Windows color (decimal): -11773260 or 11819596. OLE color: 11819596.
HSL color Cylindrical-coordinate representation of color #4C5AB4: hue angle of 231.92º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C5AB4 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 90 | 180 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.29 |
| HSL | 231.92º | 0.41% | 0.5% | - |
| HSV(B) | 231.92º | 0.58% | 0.71% | - |
| XYZ | 14.87 | 12.14 | 44.74 | - |
| YUV | 96.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 180 | 0.58 | 0.50 | 0 | 0.29 | 231.92 | 0.41 | 0.5 |
| Hex | 4C | 5A | B4 | 3A | 32 | 0 | 1D | E8 | 29 | 32 |
| Octal | 114 | 132 | 264 | 72 | 62 | 0 | 35 | 350 | 51 | 62 |
| Binary | 1001100 | 1011010 | 10110100 | 111010 | 110010 | 0 | 11101 | 11101000 | 101001 | 110010 |
Color Harmonies of #4C5AB4
Complementary color
Monochromatic Colors of #4C5AB4
Black with #4C5AB4
Text Example
Text Example
White with #4C5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5AB4; }
p { color: rgb(76,90,180); }
H1.HeaderClassName
{
color: #4C5AB4;
}
.AnyTagClassName
{
color: #4C5AB4;
}
</style>
background-color css
<style>
a { background-color: #4C5AB4; }
a { background-color: rgb(76,90,180); }
div.DivClassName
{
background-color: #4C5AB4;
}
.BgClassName
{
background-color: #4C5AB4;
}
</style>
border-color css
<style>
span { border-color: #4C5AB4; }
span { border-color: rgb(76,90,180); }
td.TdClassName
{
border-color: #4C5AB4;
}
.TagClassName
{
border-color: #4C5AB4;
}
</style>