Shades of Rich Blue #474BAE
Tints of Rich Blue #474BAE
RGB
CMYK
RGB Variations
Color information
#474BAE (or 0x474BAE) is known color: Rich Blue. HEX triplet: 47, 4B and AE. RGB value is (71,75,174). Sum of RGB (Red+Green+Blue) = 71+75+174=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #474BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474BAE is #B8B451. Grayscale: #545454. Windows color (decimal): -12104786 or 11422535. OLE color: 11422535.
HSL color Cylindrical-coordinate representation of color #474BAE: hue angle of 237.67º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474BAE is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 75 | 174 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.32 |
| HSL | 237.67º | 0.42% | 0.48% | - |
| HSV(B) | 237.67º | 0.59% | 0.68% | - |
| XYZ | 12.75 | 9.43 | 41.19 | - |
| YUV | 85.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 174 | 0.59 | 0.57 | 0 | 0.32 | 237.67 | 0.42 | 0.48 |
| Hex | 47 | 4B | AE | 3B | 39 | 0 | 20 | EE | 2A | 30 |
| Octal | 107 | 113 | 256 | 73 | 71 | 0 | 40 | 356 | 52 | 60 |
| Binary | 1000111 | 1001011 | 10101110 | 111011 | 111001 | 0 | 100000 | 11101110 | 101010 | 110000 |
Color Harmonies of #474BAE
Complementary color
Monochromatic Colors of #474BAE
Black with #474BAE
Text Example
Text Example
White with #474BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BAE; }
p { color: rgb(71,75,174); }
H1.HeaderClassName
{
color: #474BAE;
}
.AnyTagClassName
{
color: #474BAE;
}
</style>
background-color css
<style>
a { background-color: #474BAE; }
a { background-color: rgb(71,75,174); }
div.DivClassName
{
background-color: #474BAE;
}
.BgClassName
{
background-color: #474BAE;
}
</style>
border-color css
<style>
span { border-color: #474BAE; }
span { border-color: rgb(71,75,174); }
td.TdClassName
{
border-color: #474BAE;
}
.TagClassName
{
border-color: #474BAE;
}
</style>