Shades of Blue Gem #4222AB
Tints of Blue Gem #4222AB
RGB
CMYK
RGB Variations
Color information
#4222AB (or 0x4222AB) is known color: Blue Gem. HEX triplet: 42, 22 and AB. RGB value is (66,34,171). Sum of RGB (Red+Green+Blue) = 66+34+171=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #4222AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4222AB is #BDDD54. Grayscale: #3A3A3A. Windows color (decimal): -12442965 or 11215426. OLE color: 11215426.
HSL color Cylindrical-coordinate representation of color #4222AB: hue angle of 254.01º 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 #4222AB is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 34 | 171 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.33 |
| HSL | 254.01º | 0.67% | 0.4% | - |
| HSV(B) | 254.01º | 0.8% | 0.67% | - |
| XYZ | 10.17 | 5.24 | 39 | - |
| YUV | 59.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 171 | 0.61 | 0.80 | 0 | 0.33 | 254.01 | 0.67 | 0.4 |
| Hex | 42 | 22 | AB | 3D | 50 | 0 | 21 | FE | 43 | 28 |
| Octal | 102 | 42 | 253 | 75 | 120 | 0 | 41 | 376 | 103 | 50 |
| Binary | 1000010 | 100010 | 10101011 | 111101 | 1010000 | 0 | 100001 | 11111110 | 1000011 | 101000 |
Color Harmonies of #4222AB
Complementary color
Monochromatic Colors of #4222AB
Black with #4222AB
Text Example
Text Example
White with #4222AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4222AB; }
p { color: rgb(66,34,171); }
H1.HeaderClassName
{
color: #4222AB;
}
.AnyTagClassName
{
color: #4222AB;
}
</style>
background-color css
<style>
a { background-color: #4222AB; }
a { background-color: rgb(66,34,171); }
div.DivClassName
{
background-color: #4222AB;
}
.BgClassName
{
background-color: #4222AB;
}
</style>
border-color css
<style>
span { border-color: #4222AB; }
span { border-color: rgb(66,34,171); }
td.TdClassName
{
border-color: #4222AB;
}
.TagClassName
{
border-color: #4222AB;
}
</style>