Shades of Blue Gem #4222A0
Tints of Blue Gem #4222A0
RGB
CMYK
RGB Variations
Color information
#4222A0 (or 0x4222A0) is known color: Blue Gem. HEX triplet: 42, 22 and A0. RGB value is (66,34,160). Sum of RGB (Red+Green+Blue) = 66+34+160=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #4222A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4222A0 is #BDDD5F. Grayscale: #393939. Windows color (decimal): -12442976 or 10494530. OLE color: 10494530.
HSL color Cylindrical-coordinate representation of color #4222A0: hue angle of 255.24º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4222A0 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 34 | 160 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.37 |
| HSL | 255.24º | 0.65% | 0.38% | - |
| HSV(B) | 255.24º | 0.79% | 0.63% | - |
| XYZ | 9.16 | 4.84 | 33.71 | - |
| YUV | 57.93 | 185.6 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 160 | 0.59 | 0.79 | 0 | 0.37 | 255.24 | 0.65 | 0.38 |
| Hex | 42 | 22 | A0 | 3B | 4F | 0 | 25 | FF | 41 | 26 |
| Octal | 102 | 42 | 240 | 73 | 117 | 0 | 45 | 377 | 101 | 46 |
| Binary | 1000010 | 100010 | 10100000 | 111011 | 1001111 | 0 | 100101 | 11111111 | 1000001 | 100110 |
Color Harmonies of #4222A0
Complementary color
Monochromatic Colors of #4222A0
Black with #4222A0
Text Example
Text Example
White with #4222A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4222A0; }
p { color: rgb(66,34,160); }
H1.HeaderClassName
{
color: #4222A0;
}
.AnyTagClassName
{
color: #4222A0;
}
</style>
background-color css
<style>
a { background-color: #4222A0; }
a { background-color: rgb(66,34,160); }
div.DivClassName
{
background-color: #4222A0;
}
.BgClassName
{
background-color: #4222A0;
}
</style>
border-color css
<style>
span { border-color: #4222A0; }
span { border-color: rgb(66,34,160); }
td.TdClassName
{
border-color: #4222A0;
}
.TagClassName
{
border-color: #4222A0;
}
</style>