Shades of Rich Blue #473AB4
Tints of Rich Blue #473AB4
RGB
CMYK
RGB Variations
Color information
#473AB4 (or 0x473AB4) is known color: Rich Blue. HEX triplet: 47, 3A and B4. RGB value is (71,58,180). Sum of RGB (Red+Green+Blue) = 71+58+180=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #473AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AB4 is #B8C54B. Grayscale: #4B4B4B. Windows color (decimal): -12109132 or 11811399. OLE color: 11811399.
HSL color Cylindrical-coordinate representation of color #473AB4: hue angle of 246.39º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473AB4 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 58 | 180 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.29 |
| HSL | 246.39º | 0.51% | 0.47% | - |
| HSV(B) | 246.39º | 0.68% | 0.71% | - |
| XYZ | 12.35 | 7.66 | 44.01 | - |
| YUV | 75.8 | 186.81 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 180 | 0.61 | 0.68 | 0 | 0.29 | 246.39 | 0.51 | 0.47 |
| Hex | 47 | 3A | B4 | 3D | 44 | 0 | 1D | F6 | 33 | 2F |
| Octal | 107 | 72 | 264 | 75 | 104 | 0 | 35 | 366 | 63 | 57 |
| Binary | 1000111 | 111010 | 10110100 | 111101 | 1000100 | 0 | 11101 | 11110110 | 110011 | 101111 |
Color Harmonies of #473AB4
Complementary color
Monochromatic Colors of #473AB4
Black with #473AB4
Text Example
Text Example
White with #473AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473AB4; }
p { color: rgb(71,58,180); }
H1.HeaderClassName
{
color: #473AB4;
}
.AnyTagClassName
{
color: #473AB4;
}
</style>
background-color css
<style>
a { background-color: #473AB4; }
a { background-color: rgb(71,58,180); }
div.DivClassName
{
background-color: #473AB4;
}
.BgClassName
{
background-color: #473AB4;
}
</style>
border-color css
<style>
span { border-color: #473AB4; }
span { border-color: rgb(71,58,180); }
td.TdClassName
{
border-color: #473AB4;
}
.TagClassName
{
border-color: #473AB4;
}
</style>