Shades of Rich Blue #473FAE
Tints of Rich Blue #473FAE
RGB
CMYK
RGB Variations
Color information
#473FAE (or 0x473FAE) is known color: Rich Blue. HEX triplet: 47, 3F and AE. RGB value is (71,63,174). Sum of RGB (Red+Green+Blue) = 71+63+174=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #473FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FAE is #B8C051. Grayscale: #4D4D4D. Windows color (decimal): -12107858 or 11419463. OLE color: 11419463.
HSL color Cylindrical-coordinate representation of color #473FAE: hue angle of 244.32º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473FAE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 63 | 174 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.32 |
| HSL | 244.32º | 0.47% | 0.46% | - |
| HSV(B) | 244.32º | 0.64% | 0.68% | - |
| XYZ | 12.02 | 7.95 | 40.95 | - |
| YUV | 78.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 174 | 0.59 | 0.64 | 0 | 0.32 | 244.32 | 0.47 | 0.46 |
| Hex | 47 | 3F | AE | 3B | 40 | 0 | 20 | F4 | 2F | 2E |
| Octal | 107 | 77 | 256 | 73 | 100 | 0 | 40 | 364 | 57 | 56 |
| Binary | 1000111 | 111111 | 10101110 | 111011 | 1000000 | 0 | 100000 | 11110100 | 101111 | 101110 |
Color Harmonies of #473FAE
Complementary color
Monochromatic Colors of #473FAE
Black with #473FAE
Text Example
Text Example
White with #473FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FAE; }
p { color: rgb(71,63,174); }
H1.HeaderClassName
{
color: #473FAE;
}
.AnyTagClassName
{
color: #473FAE;
}
</style>
background-color css
<style>
a { background-color: #473FAE; }
a { background-color: rgb(71,63,174); }
div.DivClassName
{
background-color: #473FAE;
}
.BgClassName
{
background-color: #473FAE;
}
</style>
border-color css
<style>
span { border-color: #473FAE; }
span { border-color: rgb(71,63,174); }
td.TdClassName
{
border-color: #473FAE;
}
.TagClassName
{
border-color: #473FAE;
}
</style>