Shades of Rich Blue #474DB1
Tints of Rich Blue #474DB1
RGB
CMYK
RGB Variations
Color information
#474DB1 (or 0x474DB1) is known color: Rich Blue. HEX triplet: 47, 4D and B1. RGB value is (71,77,177). Sum of RGB (Red+Green+Blue) = 71+77+177=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #474DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DB1 is #B8B24E. Grayscale: #565656. Windows color (decimal): -12104271 or 11619655. OLE color: 11619655.
HSL color Cylindrical-coordinate representation of color #474DB1: hue angle of 236.6º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #474DB1 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 77 | 177 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.31 |
| HSL | 236.6º | 0.43% | 0.49% | - |
| HSV(B) | 236.6º | 0.6% | 0.69% | - |
| XYZ | 13.19 | 9.82 | 42.8 | - |
| YUV | 86.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 177 | 0.60 | 0.56 | 0 | 0.31 | 236.6 | 0.43 | 0.49 |
| Hex | 47 | 4D | B1 | 3C | 38 | 0 | 1F | ED | 2B | 31 |
| Octal | 107 | 115 | 261 | 74 | 70 | 0 | 37 | 355 | 53 | 61 |
| Binary | 1000111 | 1001101 | 10110001 | 111100 | 111000 | 0 | 11111 | 11101101 | 101011 | 110001 |
Color Harmonies of #474DB1
Complementary color
Monochromatic Colors of #474DB1
Black with #474DB1
Text Example
Text Example
White with #474DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DB1; }
p { color: rgb(71,77,177); }
H1.HeaderClassName
{
color: #474DB1;
}
.AnyTagClassName
{
color: #474DB1;
}
</style>
background-color css
<style>
a { background-color: #474DB1; }
a { background-color: rgb(71,77,177); }
div.DivClassName
{
background-color: #474DB1;
}
.BgClassName
{
background-color: #474DB1;
}
</style>
border-color css
<style>
span { border-color: #474DB1; }
span { border-color: rgb(71,77,177); }
td.TdClassName
{
border-color: #474DB1;
}
.TagClassName
{
border-color: #474DB1;
}
</style>