Shades of Blue Gem #4720AA
Tints of Blue Gem #4720AA
RGB
CMYK
RGB Variations
Color information
#4720AA (or 0x4720AA) is known color: Blue Gem. HEX triplet: 47, 20 and AA. RGB value is (71,32,170). Sum of RGB (Red+Green+Blue) = 71+32+170=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #4720AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4720AA is #B8DF55. Grayscale: #3A3A3A. Windows color (decimal): -12115798 or 11149383. OLE color: 11149383.
HSL color Cylindrical-coordinate representation of color #4720AA: hue angle of 256.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4720AA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 32 | 170 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.33 |
| HSL | 256.96º | 0.68% | 0.4% | - |
| HSV(B) | 256.96º | 0.81% | 0.67% | - |
| XYZ | 10.37 | 5.27 | 38.5 | - |
| YUV | 59.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 170 | 0.58 | 0.81 | 0 | 0.33 | 256.96 | 0.68 | 0.4 |
| Hex | 47 | 20 | AA | 3A | 51 | 0 | 21 | 101 | 44 | 28 |
| Octal | 107 | 40 | 252 | 72 | 121 | 0 | 41 | 401 | 104 | 50 |
| Binary | 1000111 | 100000 | 10101010 | 111010 | 1010001 | 0 | 100001 | 100000001 | 1000100 | 101000 |
Color Harmonies of #4720AA
Complementary color
Monochromatic Colors of #4720AA
Black with #4720AA
Text Example
Text Example
White with #4720AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4720AA; }
p { color: rgb(71,32,170); }
H1.HeaderClassName
{
color: #4720AA;
}
.AnyTagClassName
{
color: #4720AA;
}
</style>
background-color css
<style>
a { background-color: #4720AA; }
a { background-color: rgb(71,32,170); }
div.DivClassName
{
background-color: #4720AA;
}
.BgClassName
{
background-color: #4720AA;
}
</style>
border-color css
<style>
span { border-color: #4720AA; }
span { border-color: rgb(71,32,170); }
td.TdClassName
{
border-color: #4720AA;
}
.TagClassName
{
border-color: #4720AA;
}
</style>