Shades of Rich Blue #474AAF
Tints of Rich Blue #474AAF
RGB
CMYK
RGB Variations
Color information
#474AAF (or 0x474AAF) is known color: Rich Blue. HEX triplet: 47, 4A and AF. RGB value is (71,74,175). Sum of RGB (Red+Green+Blue) = 71+74+175=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #474AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474AAF is #B8B550. Grayscale: #545454. Windows color (decimal): -12105041 or 11487815. OLE color: 11487815.
HSL color Cylindrical-coordinate representation of color #474AAF: hue angle of 238.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474AAF is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 74 | 175 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.31 |
| HSL | 238.27º | 0.42% | 0.48% | - |
| HSV(B) | 238.27º | 0.59% | 0.69% | - |
| XYZ | 12.79 | 9.33 | 41.68 | - |
| YUV | 84.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 175 | 0.59 | 0.58 | 0 | 0.31 | 238.27 | 0.42 | 0.48 |
| Hex | 47 | 4A | AF | 3B | 3A | 0 | 1F | EE | 2A | 30 |
| Octal | 107 | 112 | 257 | 73 | 72 | 0 | 37 | 356 | 52 | 60 |
| Binary | 1000111 | 1001010 | 10101111 | 111011 | 111010 | 0 | 11111 | 11101110 | 101010 | 110000 |
Color Harmonies of #474AAF
Complementary color
Monochromatic Colors of #474AAF
Black with #474AAF
Text Example
Text Example
White with #474AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474AAF; }
p { color: rgb(71,74,175); }
H1.HeaderClassName
{
color: #474AAF;
}
.AnyTagClassName
{
color: #474AAF;
}
</style>
background-color css
<style>
a { background-color: #474AAF; }
a { background-color: rgb(71,74,175); }
div.DivClassName
{
background-color: #474AAF;
}
.BgClassName
{
background-color: #474AAF;
}
</style>
border-color css
<style>
span { border-color: #474AAF; }
span { border-color: rgb(71,74,175); }
td.TdClassName
{
border-color: #474AAF;
}
.TagClassName
{
border-color: #474AAF;
}
</style>