Shades of Blue Gem #4429AB
Tints of Blue Gem #4429AB
RGB
CMYK
RGB Variations
Color information
#4429AB (or 0x4429AB) is known color: Blue Gem. HEX triplet: 44, 29 and AB. RGB value is (68,41,171). Sum of RGB (Red+Green+Blue) = 68+41+171=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #4429AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4429AB is #BBD654. Grayscale: #3F3F3F. Windows color (decimal): -12310101 or 11217220. OLE color: 11217220.
HSL color Cylindrical-coordinate representation of color #4429AB: hue angle of 252.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4429AB is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 41 | 171 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.33 |
| HSL | 252.46º | 0.61% | 0.42% | - |
| HSV(B) | 252.46º | 0.76% | 0.67% | - |
| XYZ | 10.53 | 5.76 | 39.08 | - |
| YUV | 63.89 | 188.45 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 171 | 0.60 | 0.76 | 0 | 0.33 | 252.46 | 0.61 | 0.42 |
| Hex | 44 | 29 | AB | 3C | 4C | 0 | 21 | FC | 3D | 2A |
| Octal | 104 | 51 | 253 | 74 | 114 | 0 | 41 | 374 | 75 | 52 |
| Binary | 1000100 | 101001 | 10101011 | 111100 | 1001100 | 0 | 100001 | 11111100 | 111101 | 101010 |
Color Harmonies of #4429AB
Complementary color
Monochromatic Colors of #4429AB
Black with #4429AB
Text Example
Text Example
White with #4429AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4429AB; }
p { color: rgb(68,41,171); }
H1.HeaderClassName
{
color: #4429AB;
}
.AnyTagClassName
{
color: #4429AB;
}
</style>
background-color css
<style>
a { background-color: #4429AB; }
a { background-color: rgb(68,41,171); }
div.DivClassName
{
background-color: #4429AB;
}
.BgClassName
{
background-color: #4429AB;
}
</style>
border-color css
<style>
span { border-color: #4429AB; }
span { border-color: rgb(68,41,171); }
td.TdClassName
{
border-color: #4429AB;
}
.TagClassName
{
border-color: #4429AB;
}
</style>