Shades of Rich Blue #473DB5
Tints of Rich Blue #473DB5
RGB
CMYK
RGB Variations
Color information
#473DB5 (or 0x473DB5) is known color: Rich Blue. HEX triplet: 47, 3D and B5. RGB value is (71,61,181). Sum of RGB (Red+Green+Blue) = 71+61+181=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #473DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DB5 is #B8C24A. Grayscale: #4D4D4D. Windows color (decimal): -12108363 or 11877703. OLE color: 11877703.
HSL color Cylindrical-coordinate representation of color #473DB5: hue angle of 245º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473DB5 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 61 | 181 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.29 |
| HSL | 245º | 0.5% | 0.47% | - |
| HSV(B) | 245º | 0.66% | 0.71% | - |
| XYZ | 12.61 | 8.01 | 44.6 | - |
| YUV | 77.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 181 | 0.61 | 0.66 | 0 | 0.29 | 245 | 0.5 | 0.47 |
| Hex | 47 | 3D | B5 | 3D | 42 | 0 | 1D | F5 | 32 | 2F |
| Octal | 107 | 75 | 265 | 75 | 102 | 0 | 35 | 365 | 62 | 57 |
| Binary | 1000111 | 111101 | 10110101 | 111101 | 1000010 | 0 | 11101 | 11110101 | 110010 | 101111 |
Color Harmonies of #473DB5
Complementary color
Monochromatic Colors of #473DB5
Black with #473DB5
Text Example
Text Example
White with #473DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473DB5; }
p { color: rgb(71,61,181); }
H1.HeaderClassName
{
color: #473DB5;
}
.AnyTagClassName
{
color: #473DB5;
}
</style>
background-color css
<style>
a { background-color: #473DB5; }
a { background-color: rgb(71,61,181); }
div.DivClassName
{
background-color: #473DB5;
}
.BgClassName
{
background-color: #473DB5;
}
</style>
border-color css
<style>
span { border-color: #473DB5; }
span { border-color: rgb(71,61,181); }
td.TdClassName
{
border-color: #473DB5;
}
.TagClassName
{
border-color: #473DB5;
}
</style>