Shades of Blue Gem #4729A0
Tints of Blue Gem #4729A0
RGB
CMYK
RGB Variations
Color information
#4729A0 (or 0x4729A0) is known color: Blue Gem. HEX triplet: 47, 29 and A0. RGB value is (71,41,160). Sum of RGB (Red+Green+Blue) = 71+41+160=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #4729A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4729A0 is #B8D65F. Grayscale: #3F3F3F. Windows color (decimal): -12113504 or 10496327. OLE color: 10496327.
HSL color Cylindrical-coordinate representation of color #4729A0: hue angle of 255.13º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4729A0 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 41 | 160 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.37 |
| HSL | 255.13º | 0.59% | 0.39% | - |
| HSV(B) | 255.13º | 0.74% | 0.63% | - |
| XYZ | 9.74 | 5.46 | 33.8 | - |
| YUV | 63.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 160 | 0.56 | 0.74 | 0 | 0.37 | 255.13 | 0.59 | 0.39 |
| Hex | 47 | 29 | A0 | 38 | 4A | 0 | 25 | FF | 3B | 27 |
| Octal | 107 | 51 | 240 | 70 | 112 | 0 | 45 | 377 | 73 | 47 |
| Binary | 1000111 | 101001 | 10100000 | 111000 | 1001010 | 0 | 100101 | 11111111 | 111011 | 100111 |
Color Harmonies of #4729A0
Complementary color
Monochromatic Colors of #4729A0
Black with #4729A0
Text Example
Text Example
White with #4729A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4729A0; }
p { color: rgb(71,41,160); }
H1.HeaderClassName
{
color: #4729A0;
}
.AnyTagClassName
{
color: #4729A0;
}
</style>
background-color css
<style>
a { background-color: #4729A0; }
a { background-color: rgb(71,41,160); }
div.DivClassName
{
background-color: #4729A0;
}
.BgClassName
{
background-color: #4729A0;
}
</style>
border-color css
<style>
span { border-color: #4729A0; }
span { border-color: rgb(71,41,160); }
td.TdClassName
{
border-color: #4729A0;
}
.TagClassName
{
border-color: #4729A0;
}
</style>