Shades of Blue Gem #4122AC
Tints of Blue Gem #4122AC
RGB
CMYK
RGB Variations
Color information
#4122AC (or 0x4122AC) is known color: Blue Gem. HEX triplet: 41, 22 and AC. RGB value is (65,34,172). Sum of RGB (Red+Green+Blue) = 65+34+172=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #4122AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4122AC is #BEDD53. Grayscale: #3A3A3A. Windows color (decimal): -12508500 or 11280961. OLE color: 11280961.
HSL color Cylindrical-coordinate representation of color #4122AC: hue angle of 253.48º 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 #4122AC is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 34 | 172 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.33 |
| HSL | 253.48º | 0.67% | 0.4% | - |
| HSV(B) | 253.48º | 0.8% | 0.67% | - |
| XYZ | 10.2 | 5.25 | 39.5 | - |
| YUV | 59 | 191.77 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 172 | 0.62 | 0.80 | 0 | 0.33 | 253.48 | 0.67 | 0.4 |
| Hex | 41 | 22 | AC | 3E | 50 | 0 | 21 | FD | 43 | 28 |
| Octal | 101 | 42 | 254 | 76 | 120 | 0 | 41 | 375 | 103 | 50 |
| Binary | 1000001 | 100010 | 10101100 | 111110 | 1010000 | 0 | 100001 | 11111101 | 1000011 | 101000 |
Color Harmonies of #4122AC
Complementary color
Monochromatic Colors of #4122AC
Black with #4122AC
Text Example
Text Example
White with #4122AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4122AC; }
p { color: rgb(65,34,172); }
H1.HeaderClassName
{
color: #4122AC;
}
.AnyTagClassName
{
color: #4122AC;
}
</style>
background-color css
<style>
a { background-color: #4122AC; }
a { background-color: rgb(65,34,172); }
div.DivClassName
{
background-color: #4122AC;
}
.BgClassName
{
background-color: #4122AC;
}
</style>
border-color css
<style>
span { border-color: #4122AC; }
span { border-color: rgb(65,34,172); }
td.TdClassName
{
border-color: #4122AC;
}
.TagClassName
{
border-color: #4122AC;
}
</style>