Shades of Blue Gem #4429A6
Tints of Blue Gem #4429A6
RGB
CMYK
RGB Variations
Color information
#4429A6 (or 0x4429A6) is known color: Blue Gem. HEX triplet: 44, 29 and A6. RGB value is (68,41,166). Sum of RGB (Red+Green+Blue) = 68+41+166=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 166 (65.23% from 255 or 60.36% from 275); Max value from RGB is 166 - color contains mainly: blue. Hex color #4429A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4429A6 is #BBD659. Grayscale: #3E3E3E. Windows color (decimal): -12310106 or 10889540. OLE color: 10889540.
HSL color Cylindrical-coordinate representation of color #4429A6: hue angle of 252.96º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4429A6 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 41 | 166 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.35 |
| HSL | 252.96º | 0.6% | 0.41% | - |
| HSV(B) | 252.96º | 0.75% | 0.65% | - |
| XYZ | 10.06 | 5.57 | 36.62 | - |
| YUV | 63.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 166 | 0.59 | 0.75 | 0 | 0.35 | 252.96 | 0.6 | 0.41 |
| Hex | 44 | 29 | A6 | 3B | 4B | 0 | 23 | FD | 3C | 29 |
| Octal | 104 | 51 | 246 | 73 | 113 | 0 | 43 | 375 | 74 | 51 |
| Binary | 1000100 | 101001 | 10100110 | 111011 | 1001011 | 0 | 100011 | 11111101 | 111100 | 101001 |
Color Harmonies of #4429A6
Complementary color
Monochromatic Colors of #4429A6
Black with #4429A6
Text Example
Text Example
White with #4429A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4429A6; }
p { color: rgb(68,41,166); }
H1.HeaderClassName
{
color: #4429A6;
}
.AnyTagClassName
{
color: #4429A6;
}
</style>
background-color css
<style>
a { background-color: #4429A6; }
a { background-color: rgb(68,41,166); }
div.DivClassName
{
background-color: #4429A6;
}
.BgClassName
{
background-color: #4429A6;
}
</style>
border-color css
<style>
span { border-color: #4429A6; }
span { border-color: rgb(68,41,166); }
td.TdClassName
{
border-color: #4429A6;
}
.TagClassName
{
border-color: #4429A6;
}
</style>