Shades of Blue Gem #4229A2
Tints of Blue Gem #4229A2
RGB
CMYK
RGB Variations
Color information
#4229A2 (or 0x4229A2) is known color: Blue Gem. HEX triplet: 42, 29 and A2. RGB value is (66,41,162). Sum of RGB (Red+Green+Blue) = 66+41+162=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #4229A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4229A2 is #BDD65D. Grayscale: #3D3D3D. Windows color (decimal): -12441182 or 10627394. OLE color: 10627394.
HSL color Cylindrical-coordinate representation of color #4229A2: hue angle of 252.4º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4229A2 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 41 | 162 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.36 |
| HSL | 252.4º | 0.6% | 0.4% | - |
| HSV(B) | 252.4º | 0.75% | 0.64% | - |
| XYZ | 9.56 | 5.35 | 34.71 | - |
| YUV | 62.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 162 | 0.59 | 0.75 | 0 | 0.36 | 252.4 | 0.6 | 0.4 |
| Hex | 42 | 29 | A2 | 3B | 4B | 0 | 24 | FC | 3C | 28 |
| Octal | 102 | 51 | 242 | 73 | 113 | 0 | 44 | 374 | 74 | 50 |
| Binary | 1000010 | 101001 | 10100010 | 111011 | 1001011 | 0 | 100100 | 11111100 | 111100 | 101000 |
Color Harmonies of #4229A2
Complementary color
Monochromatic Colors of #4229A2
Black with #4229A2
Text Example
Text Example
White with #4229A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4229A2; }
p { color: rgb(66,41,162); }
H1.HeaderClassName
{
color: #4229A2;
}
.AnyTagClassName
{
color: #4229A2;
}
</style>
background-color css
<style>
a { background-color: #4229A2; }
a { background-color: rgb(66,41,162); }
div.DivClassName
{
background-color: #4229A2;
}
.BgClassName
{
background-color: #4229A2;
}
</style>
border-color css
<style>
span { border-color: #4229A2; }
span { border-color: rgb(66,41,162); }
td.TdClassName
{
border-color: #4229A2;
}
.TagClassName
{
border-color: #4229A2;
}
</style>