Shades of Blue Gem #473FA0
Tints of Blue Gem #473FA0
RGB
CMYK
RGB Variations
Color information
#473FA0 (or 0x473FA0) is known color: Blue Gem. HEX triplet: 47, 3F and A0. RGB value is (71,63,160). Sum of RGB (Red+Green+Blue) = 71+63+160=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #473FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FA0 is #B8C05F. Grayscale: #4C4C4C. Windows color (decimal): -12107872 or 10501959. OLE color: 10501959.
HSL color Cylindrical-coordinate representation of color #473FA0: hue angle of 244.95º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473FA0 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 63 | 160 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.37 |
| HSL | 244.95º | 0.43% | 0.44% | - |
| HSV(B) | 244.95º | 0.61% | 0.63% | - |
| XYZ | 10.72 | 7.43 | 34.13 | - |
| YUV | 76.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 160 | 0.56 | 0.61 | 0 | 0.37 | 244.95 | 0.43 | 0.44 |
| Hex | 47 | 3F | A0 | 38 | 3D | 0 | 25 | F5 | 2B | 2C |
| Octal | 107 | 77 | 240 | 70 | 75 | 0 | 45 | 365 | 53 | 54 |
| Binary | 1000111 | 111111 | 10100000 | 111000 | 111101 | 0 | 100101 | 11110101 | 101011 | 101100 |
Color Harmonies of #473FA0
Complementary color
Monochromatic Colors of #473FA0
Black with #473FA0
Text Example
Text Example
White with #473FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FA0; }
p { color: rgb(71,63,160); }
H1.HeaderClassName
{
color: #473FA0;
}
.AnyTagClassName
{
color: #473FA0;
}
</style>
background-color css
<style>
a { background-color: #473FA0; }
a { background-color: rgb(71,63,160); }
div.DivClassName
{
background-color: #473FA0;
}
.BgClassName
{
background-color: #473FA0;
}
</style>
border-color css
<style>
span { border-color: #473FA0; }
span { border-color: rgb(71,63,160); }
td.TdClassName
{
border-color: #473FA0;
}
.TagClassName
{
border-color: #473FA0;
}
</style>