Shades of Blue Gem #473FAB
Tints of Blue Gem #473FAB
RGB
CMYK
RGB Variations
Color information
#473FAB (or 0x473FAB) is known color: Blue Gem. HEX triplet: 47, 3F and AB. RGB value is (71,63,171). Sum of RGB (Red+Green+Blue) = 71+63+171=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #473FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FAB is #B8C054. Grayscale: #4D4D4D. Windows color (decimal): -12107861 or 11222855. OLE color: 11222855.
HSL color Cylindrical-coordinate representation of color #473FAB: hue angle of 244.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473FAB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 63 | 171 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.33 |
| HSL | 244.44º | 0.46% | 0.46% | - |
| HSV(B) | 244.44º | 0.63% | 0.67% | - |
| XYZ | 11.73 | 7.83 | 39.42 | - |
| YUV | 77.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 171 | 0.58 | 0.63 | 0 | 0.33 | 244.44 | 0.46 | 0.46 |
| Hex | 47 | 3F | AB | 3A | 3F | 0 | 21 | F4 | 2E | 2E |
| Octal | 107 | 77 | 253 | 72 | 77 | 0 | 41 | 364 | 56 | 56 |
| Binary | 1000111 | 111111 | 10101011 | 111010 | 111111 | 0 | 100001 | 11110100 | 101110 | 101110 |
Color Harmonies of #473FAB
Complementary color
Monochromatic Colors of #473FAB
Black with #473FAB
Text Example
Text Example
White with #473FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FAB; }
p { color: rgb(71,63,171); }
H1.HeaderClassName
{
color: #473FAB;
}
.AnyTagClassName
{
color: #473FAB;
}
</style>
background-color css
<style>
a { background-color: #473FAB; }
a { background-color: rgb(71,63,171); }
div.DivClassName
{
background-color: #473FAB;
}
.BgClassName
{
background-color: #473FAB;
}
</style>
border-color css
<style>
span { border-color: #473FAB; }
span { border-color: rgb(71,63,171); }
td.TdClassName
{
border-color: #473FAB;
}
.TagClassName
{
border-color: #473FAB;
}
</style>