Shades of Blue Gem #473AAA
Tints of Blue Gem #473AAA
RGB
CMYK
RGB Variations
Color information
#473AAA (or 0x473AAA) is known color: Blue Gem. HEX triplet: 47, 3A and AA. RGB value is (71,58,170). Sum of RGB (Red+Green+Blue) = 71+58+170=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #473AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AAA is #B8C555. Grayscale: #4A4A4A. Windows color (decimal): -12109142 or 11156039. OLE color: 11156039.
HSL color Cylindrical-coordinate representation of color #473AAA: hue angle of 246.96º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473AAA is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 58 | 170 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.33 |
| HSL | 246.96º | 0.49% | 0.45% | - |
| HSV(B) | 246.96º | 0.66% | 0.67% | - |
| XYZ | 11.37 | 7.27 | 38.83 | - |
| YUV | 74.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 170 | 0.58 | 0.66 | 0 | 0.33 | 246.96 | 0.49 | 0.45 |
| Hex | 47 | 3A | AA | 3A | 42 | 0 | 21 | F7 | 31 | 2D |
| Octal | 107 | 72 | 252 | 72 | 102 | 0 | 41 | 367 | 61 | 55 |
| Binary | 1000111 | 111010 | 10101010 | 111010 | 1000010 | 0 | 100001 | 11110111 | 110001 | 101101 |
Color Harmonies of #473AAA
Complementary color
Monochromatic Colors of #473AAA
Black with #473AAA
Text Example
Text Example
White with #473AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473AAA; }
p { color: rgb(71,58,170); }
H1.HeaderClassName
{
color: #473AAA;
}
.AnyTagClassName
{
color: #473AAA;
}
</style>
background-color css
<style>
a { background-color: #473AAA; }
a { background-color: rgb(71,58,170); }
div.DivClassName
{
background-color: #473AAA;
}
.BgClassName
{
background-color: #473AAA;
}
</style>
border-color css
<style>
span { border-color: #473AAA; }
span { border-color: rgb(71,58,170); }
td.TdClassName
{
border-color: #473AAA;
}
.TagClassName
{
border-color: #473AAA;
}
</style>