Shades of Blue Gem #4722A7
Tints of Blue Gem #4722A7
RGB
CMYK
RGB Variations
Color information
#4722A7 (or 0x4722A7) is known color: Blue Gem. HEX triplet: 47, 22 and A7. RGB value is (71,34,167). Sum of RGB (Red+Green+Blue) = 71+34+167=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 167 (65.62% from 255 or 61.40% from 272); Max value from RGB is 167 - color contains mainly: blue. Hex color #4722A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4722A7 is #B8DD58. Grayscale: #3B3B3B. Windows color (decimal): -12115289 or 10953287. OLE color: 10953287.
HSL color Cylindrical-coordinate representation of color #4722A7: hue angle of 256.69º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4722A7 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 34 | 167 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.35 |
| HSL | 256.69º | 0.66% | 0.39% | - |
| HSV(B) | 256.69º | 0.8% | 0.65% | - |
| XYZ | 10.15 | 5.27 | 37.04 | - |
| YUV | 60.23 | 188.26 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 167 | 0.57 | 0.80 | 0 | 0.35 | 256.69 | 0.66 | 0.39 |
| Hex | 47 | 22 | A7 | 39 | 50 | 0 | 23 | 101 | 42 | 27 |
| Octal | 107 | 42 | 247 | 71 | 120 | 0 | 43 | 401 | 102 | 47 |
| Binary | 1000111 | 100010 | 10100111 | 111001 | 1010000 | 0 | 100011 | 100000001 | 1000010 | 100111 |
Color Harmonies of #4722A7
Complementary color
Monochromatic Colors of #4722A7
Black with #4722A7
Text Example
Text Example
White with #4722A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4722A7; }
p { color: rgb(71,34,167); }
H1.HeaderClassName
{
color: #4722A7;
}
.AnyTagClassName
{
color: #4722A7;
}
</style>
background-color css
<style>
a { background-color: #4722A7; }
a { background-color: rgb(71,34,167); }
div.DivClassName
{
background-color: #4722A7;
}
.BgClassName
{
background-color: #4722A7;
}
</style>
border-color css
<style>
span { border-color: #4722A7; }
span { border-color: rgb(71,34,167); }
td.TdClassName
{
border-color: #4722A7;
}
.TagClassName
{
border-color: #4722A7;
}
</style>