Shades of Blue Gem #4429AD
Tints of Blue Gem #4429AD
RGB
CMYK
RGB Variations
Color information
#4429AD (or 0x4429AD) is known color: Blue Gem. HEX triplet: 44, 29 and AD. RGB value is (68,41,173). Sum of RGB (Red+Green+Blue) = 68+41+173=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #4429AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4429AD is #BBD652. Grayscale: #3F3F3F. Windows color (decimal): -12310099 or 11348292. OLE color: 11348292.
HSL color Cylindrical-coordinate representation of color #4429AD: hue angle of 252.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4429AD is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 41 | 173 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.32 |
| HSL | 252.27º | 0.62% | 0.42% | - |
| HSV(B) | 252.27º | 0.76% | 0.68% | - |
| XYZ | 10.72 | 5.83 | 40.1 | - |
| YUV | 64.12 | 189.45 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 173 | 0.61 | 0.76 | 0 | 0.32 | 252.27 | 0.62 | 0.42 |
| Hex | 44 | 29 | AD | 3D | 4C | 0 | 20 | FC | 3E | 2A |
| Octal | 104 | 51 | 255 | 75 | 114 | 0 | 40 | 374 | 76 | 52 |
| Binary | 1000100 | 101001 | 10101101 | 111101 | 1001100 | 0 | 100000 | 11111100 | 111110 | 101010 |
Color Harmonies of #4429AD
Complementary color
Monochromatic Colors of #4429AD
Black with #4429AD
Text Example
Text Example
White with #4429AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4429AD; }
p { color: rgb(68,41,173); }
H1.HeaderClassName
{
color: #4429AD;
}
.AnyTagClassName
{
color: #4429AD;
}
</style>
background-color css
<style>
a { background-color: #4429AD; }
a { background-color: rgb(68,41,173); }
div.DivClassName
{
background-color: #4429AD;
}
.BgClassName
{
background-color: #4429AD;
}
</style>
border-color css
<style>
span { border-color: #4429AD; }
span { border-color: rgb(68,41,173); }
td.TdClassName
{
border-color: #4429AD;
}
.TagClassName
{
border-color: #4429AD;
}
</style>