Shades of Blue Gem #4422A8
Tints of Blue Gem #4422A8
RGB
CMYK
RGB Variations
Color information
#4422A8 (or 0x4422A8) is known color: Blue Gem. HEX triplet: 44, 22 and A8. RGB value is (68,34,168). Sum of RGB (Red+Green+Blue) = 68+34+168=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 168 (66.02% from 255 or 62.22% from 270); Max value from RGB is 168 - color contains mainly: blue. Hex color #4422A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4422A8 is #BBDD57. Grayscale: #3A3A3A. Windows color (decimal): -12311896 or 11018820. OLE color: 11018820.
HSL color Cylindrical-coordinate representation of color #4422A8: hue angle of 255.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4422A8 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 34 | 168 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.34 |
| HSL | 255.22º | 0.66% | 0.4% | - |
| HSV(B) | 255.22º | 0.8% | 0.66% | - |
| XYZ | 10.02 | 5.2 | 37.52 | - |
| YUV | 59.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 168 | 0.60 | 0.80 | 0 | 0.34 | 255.22 | 0.66 | 0.4 |
| Hex | 44 | 22 | A8 | 3C | 50 | 0 | 22 | FF | 42 | 28 |
| Octal | 104 | 42 | 250 | 74 | 120 | 0 | 42 | 377 | 102 | 50 |
| Binary | 1000100 | 100010 | 10101000 | 111100 | 1010000 | 0 | 100010 | 11111111 | 1000010 | 101000 |
Color Harmonies of #4422A8
Complementary color
Monochromatic Colors of #4422A8
Black with #4422A8
Text Example
Text Example
White with #4422A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4422A8; }
p { color: rgb(68,34,168); }
H1.HeaderClassName
{
color: #4422A8;
}
.AnyTagClassName
{
color: #4422A8;
}
</style>
background-color css
<style>
a { background-color: #4422A8; }
a { background-color: rgb(68,34,168); }
div.DivClassName
{
background-color: #4422A8;
}
.BgClassName
{
background-color: #4422A8;
}
</style>
border-color css
<style>
span { border-color: #4422A8; }
span { border-color: rgb(68,34,168); }
td.TdClassName
{
border-color: #4422A8;
}
.TagClassName
{
border-color: #4422A8;
}
</style>