Shades of Rich Blue #473CB1
Tints of Rich Blue #473CB1
RGB
CMYK
RGB Variations
Color information
#473CB1 (or 0x473CB1) is known color: Rich Blue. HEX triplet: 47, 3C and B1. RGB value is (71,60,177). Sum of RGB (Red+Green+Blue) = 71+60+177=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #473CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CB1 is #B8C34E. Grayscale: #4C4C4C. Windows color (decimal): -12108623 or 11615303. OLE color: 11615303.
HSL color Cylindrical-coordinate representation of color #473CB1: hue angle of 245.64º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473CB1 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 60 | 177 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.31 |
| HSL | 245.64º | 0.49% | 0.46% | - |
| HSV(B) | 245.64º | 0.66% | 0.69% | - |
| XYZ | 12.15 | 7.75 | 42.45 | - |
| YUV | 76.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 177 | 0.60 | 0.66 | 0 | 0.31 | 245.64 | 0.49 | 0.46 |
| Hex | 47 | 3C | B1 | 3C | 42 | 0 | 1F | F6 | 31 | 2E |
| Octal | 107 | 74 | 261 | 74 | 102 | 0 | 37 | 366 | 61 | 56 |
| Binary | 1000111 | 111100 | 10110001 | 111100 | 1000010 | 0 | 11111 | 11110110 | 110001 | 101110 |
Color Harmonies of #473CB1
Complementary color
Monochromatic Colors of #473CB1
Black with #473CB1
Text Example
Text Example
White with #473CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CB1; }
p { color: rgb(71,60,177); }
H1.HeaderClassName
{
color: #473CB1;
}
.AnyTagClassName
{
color: #473CB1;
}
</style>
background-color css
<style>
a { background-color: #473CB1; }
a { background-color: rgb(71,60,177); }
div.DivClassName
{
background-color: #473CB1;
}
.BgClassName
{
background-color: #473CB1;
}
</style>
border-color css
<style>
span { border-color: #473CB1; }
span { border-color: rgb(71,60,177); }
td.TdClassName
{
border-color: #473CB1;
}
.TagClassName
{
border-color: #473CB1;
}
</style>