Shades of Blue Gem #4629AA
Tints of Blue Gem #4629AA
RGB
CMYK
RGB Variations
Color information
#4629AA (or 0x4629AA) is known color: Blue Gem. HEX triplet: 46, 29 and AA. RGB value is (70,41,170). Sum of RGB (Red+Green+Blue) = 70+41+170=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #4629AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4629AA is #B9D655. Grayscale: #3F3F3F. Windows color (decimal): -12179030 or 11151686. OLE color: 11151686.
HSL color Cylindrical-coordinate representation of color #4629AA: hue angle of 253.49º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4629AA is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 41 | 170 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.33 |
| HSL | 253.49º | 0.61% | 0.41% | - |
| HSV(B) | 253.49º | 0.76% | 0.67% | - |
| XYZ | 10.57 | 5.79 | 38.59 | - |
| YUV | 64.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 170 | 0.59 | 0.76 | 0 | 0.33 | 253.49 | 0.61 | 0.41 |
| Hex | 46 | 29 | AA | 3B | 4C | 0 | 21 | FD | 3D | 29 |
| Octal | 106 | 51 | 252 | 73 | 114 | 0 | 41 | 375 | 75 | 51 |
| Binary | 1000110 | 101001 | 10101010 | 111011 | 1001100 | 0 | 100001 | 11111101 | 111101 | 101001 |
Color Harmonies of #4629AA
Complementary color
Monochromatic Colors of #4629AA
Black with #4629AA
Text Example
Text Example
White with #4629AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4629AA; }
p { color: rgb(70,41,170); }
H1.HeaderClassName
{
color: #4629AA;
}
.AnyTagClassName
{
color: #4629AA;
}
</style>
background-color css
<style>
a { background-color: #4629AA; }
a { background-color: rgb(70,41,170); }
div.DivClassName
{
background-color: #4629AA;
}
.BgClassName
{
background-color: #4629AA;
}
</style>
border-color css
<style>
span { border-color: #4629AA; }
span { border-color: rgb(70,41,170); }
td.TdClassName
{
border-color: #4629AA;
}
.TagClassName
{
border-color: #4629AA;
}
</style>