Shades of Rich Blue #4C59AB
Tints of Rich Blue #4C59AB
RGB
CMYK
RGB Variations
Color information
#4C59AB (or 0x4C59AB) is known color: Rich Blue. HEX triplet: 4C, 59 and AB. RGB value is (76,89,171). Sum of RGB (Red+Green+Blue) = 76+89+171=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C59AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C59AB is #B3A654. Grayscale: #5E5E5E. Windows color (decimal): -11773525 or 11229516. OLE color: 11229516.
HSL color Cylindrical-coordinate representation of color #4C59AB: hue angle of 231.79º 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 #4C59AB is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 89 | 171 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.33 |
| HSL | 231.79º | 0.38% | 0.48% | - |
| HSV(B) | 231.79º | 0.56% | 0.67% | - |
| XYZ | 13.9 | 11.62 | 40.04 | - |
| YUV | 94.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 171 | 0.56 | 0.48 | 0 | 0.33 | 231.79 | 0.38 | 0.48 |
| Hex | 4C | 59 | AB | 38 | 30 | 0 | 21 | E8 | 26 | 30 |
| Octal | 114 | 131 | 253 | 70 | 60 | 0 | 41 | 350 | 46 | 60 |
| Binary | 1001100 | 1011001 | 10101011 | 111000 | 110000 | 0 | 100001 | 11101000 | 100110 | 110000 |
Color Harmonies of #4C59AB
Complementary color
Monochromatic Colors of #4C59AB
Black with #4C59AB
Text Example
Text Example
White with #4C59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C59AB; }
p { color: rgb(76,89,171); }
H1.HeaderClassName
{
color: #4C59AB;
}
.AnyTagClassName
{
color: #4C59AB;
}
</style>
background-color css
<style>
a { background-color: #4C59AB; }
a { background-color: rgb(76,89,171); }
div.DivClassName
{
background-color: #4C59AB;
}
.BgClassName
{
background-color: #4C59AB;
}
</style>
border-color css
<style>
span { border-color: #4C59AB; }
span { border-color: rgb(76,89,171); }
td.TdClassName
{
border-color: #4C59AB;
}
.TagClassName
{
border-color: #4C59AB;
}
</style>