Shades of Blue Gem #4022AC
Tints of Blue Gem #4022AC
RGB
CMYK
RGB Variations
Color information
#4022AC (or 0x4022AC) is known color: Blue Gem. HEX triplet: 40, 22 and AC. RGB value is (64,34,172). Sum of RGB (Red+Green+Blue) = 64+34+172=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #4022AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4022AC is #BFDD53. Grayscale: #3A3A3A. Windows color (decimal): -12574036 or 11280960. OLE color: 11280960.
HSL color Cylindrical-coordinate representation of color #4022AC: hue angle of 253.04º 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 #4022AC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 34 | 172 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.33 |
| HSL | 253.04º | 0.67% | 0.4% | - |
| HSV(B) | 253.04º | 0.8% | 0.67% | - |
| XYZ | 10.13 | 5.21 | 39.5 | - |
| YUV | 58.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 172 | 0.63 | 0.80 | 0 | 0.33 | 253.04 | 0.67 | 0.4 |
| Hex | 40 | 22 | AC | 3F | 50 | 0 | 21 | FD | 43 | 28 |
| Octal | 100 | 42 | 254 | 77 | 120 | 0 | 41 | 375 | 103 | 50 |
| Binary | 1000000 | 100010 | 10101100 | 111111 | 1010000 | 0 | 100001 | 11111101 | 1000011 | 101000 |
Color Harmonies of #4022AC
Complementary color
Monochromatic Colors of #4022AC
Black with #4022AC
Text Example
Text Example
White with #4022AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4022AC; }
p { color: rgb(64,34,172); }
H1.HeaderClassName
{
color: #4022AC;
}
.AnyTagClassName
{
color: #4022AC;
}
</style>
background-color css
<style>
a { background-color: #4022AC; }
a { background-color: rgb(64,34,172); }
div.DivClassName
{
background-color: #4022AC;
}
.BgClassName
{
background-color: #4022AC;
}
</style>
border-color css
<style>
span { border-color: #4022AC; }
span { border-color: rgb(64,34,172); }
td.TdClassName
{
border-color: #4022AC;
}
.TagClassName
{
border-color: #4022AC;
}
</style>