Shades of Blue Gem #4420AA
Tints of Blue Gem #4420AA
RGB
CMYK
RGB Variations
Color information
#4420AA (or 0x4420AA) is known color: Blue Gem. HEX triplet: 44, 20 and AA. RGB value is (68,32,170). Sum of RGB (Red+Green+Blue) = 68+32+170=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #4420AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4420AA is #BBDF55. Grayscale: #393939. Windows color (decimal): -12312406 or 11149380. OLE color: 11149380.
HSL color Cylindrical-coordinate representation of color #4420AA: hue angle of 255.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4420AA is Cyan = 0.6, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 32 | 170 | - |
| CMYK | 0.6 | 0.81 | 0 | 0.33 |
| HSL | 255.65º | 0.68% | 0.4% | - |
| HSV(B) | 255.65º | 0.81% | 0.67% | - |
| XYZ | 10.16 | 5.16 | 38.49 | - |
| YUV | 58.5 | 190.93 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 170 | 0.6 | 0.81 | 0 | 0.33 | 255.65 | 0.68 | 0.4 |
| Hex | 44 | 20 | AA | 3C | 51 | 0 | 21 | 100 | 44 | 28 |
| Octal | 104 | 40 | 252 | 74 | 121 | 0 | 41 | 400 | 104 | 50 |
| Binary | 1000100 | 100000 | 10101010 | 111100 | 1010001 | 0 | 100001 | 100000000 | 1000100 | 101000 |
Color Harmonies of #4420AA
Complementary color
Monochromatic Colors of #4420AA
Black with #4420AA
Text Example
Text Example
White with #4420AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4420AA; }
p { color: rgb(68,32,170); }
H1.HeaderClassName
{
color: #4420AA;
}
.AnyTagClassName
{
color: #4420AA;
}
</style>
background-color css
<style>
a { background-color: #4420AA; }
a { background-color: rgb(68,32,170); }
div.DivClassName
{
background-color: #4420AA;
}
.BgClassName
{
background-color: #4420AA;
}
</style>
border-color css
<style>
span { border-color: #4420AA; }
span { border-color: rgb(68,32,170); }
td.TdClassName
{
border-color: #4420AA;
}
.TagClassName
{
border-color: #4420AA;
}
</style>