Shades of Blue Gem #4722AA
Tints of Blue Gem #4722AA
RGB
CMYK
RGB Variations
Color information
#4722AA (or 0x4722AA) is known color: Blue Gem. HEX triplet: 47, 22 and AA. RGB value is (71,34,170). Sum of RGB (Red+Green+Blue) = 71+34+170=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #4722AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4722AA is #B8DD55. Grayscale: #3C3C3C. Windows color (decimal): -12115286 or 11149895. OLE color: 11149895.
HSL color Cylindrical-coordinate representation of color #4722AA: hue angle of 256.32º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4722AA is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 34 | 170 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.33 |
| HSL | 256.32º | 0.67% | 0.4% | - |
| HSV(B) | 256.32º | 0.8% | 0.67% | - |
| XYZ | 10.43 | 5.39 | 38.52 | - |
| YUV | 60.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 170 | 0.58 | 0.80 | 0 | 0.33 | 256.32 | 0.67 | 0.4 |
| Hex | 47 | 22 | AA | 3A | 50 | 0 | 21 | 100 | 43 | 28 |
| Octal | 107 | 42 | 252 | 72 | 120 | 0 | 41 | 400 | 103 | 50 |
| Binary | 1000111 | 100010 | 10101010 | 111010 | 1010000 | 0 | 100001 | 100000000 | 1000011 | 101000 |
Color Harmonies of #4722AA
Complementary color
Monochromatic Colors of #4722AA
Black with #4722AA
Text Example
Text Example
White with #4722AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4722AA; }
p { color: rgb(71,34,170); }
H1.HeaderClassName
{
color: #4722AA;
}
.AnyTagClassName
{
color: #4722AA;
}
</style>
background-color css
<style>
a { background-color: #4722AA; }
a { background-color: rgb(71,34,170); }
div.DivClassName
{
background-color: #4722AA;
}
.BgClassName
{
background-color: #4722AA;
}
</style>
border-color css
<style>
span { border-color: #4722AA; }
span { border-color: rgb(71,34,170); }
td.TdClassName
{
border-color: #4722AA;
}
.TagClassName
{
border-color: #4722AA;
}
</style>