Shades of Rich Blue #473DB6
Tints of Rich Blue #473DB6
RGB
CMYK
RGB Variations
Color information
#473DB6 (or 0x473DB6) is known color: Rich Blue. HEX triplet: 47, 3D and B6. RGB value is (71,61,182). Sum of RGB (Red+Green+Blue) = 71+61+182=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #473DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DB6 is #B8C249. Grayscale: #4D4D4D. Windows color (decimal): -12108362 or 11943239. OLE color: 11943239.
HSL color Cylindrical-coordinate representation of color #473DB6: hue angle of 244.96º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473DB6 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 61 | 182 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.29 |
| HSL | 244.96º | 0.5% | 0.48% | - |
| HSV(B) | 244.96º | 0.66% | 0.71% | - |
| XYZ | 12.71 | 8.05 | 45.14 | - |
| YUV | 77.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 182 | 0.61 | 0.66 | 0 | 0.29 | 244.96 | 0.5 | 0.48 |
| Hex | 47 | 3D | B6 | 3D | 42 | 0 | 1D | F5 | 32 | 30 |
| Octal | 107 | 75 | 266 | 75 | 102 | 0 | 35 | 365 | 62 | 60 |
| Binary | 1000111 | 111101 | 10110110 | 111101 | 1000010 | 0 | 11101 | 11110101 | 110010 | 110000 |
Color Harmonies of #473DB6
Complementary color
Monochromatic Colors of #473DB6
Black with #473DB6
Text Example
Text Example
White with #473DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473DB6; }
p { color: rgb(71,61,182); }
H1.HeaderClassName
{
color: #473DB6;
}
.AnyTagClassName
{
color: #473DB6;
}
</style>
background-color css
<style>
a { background-color: #473DB6; }
a { background-color: rgb(71,61,182); }
div.DivClassName
{
background-color: #473DB6;
}
.BgClassName
{
background-color: #473DB6;
}
</style>
border-color css
<style>
span { border-color: #473DB6; }
span { border-color: rgb(71,61,182); }
td.TdClassName
{
border-color: #473DB6;
}
.TagClassName
{
border-color: #473DB6;
}
</style>