Shades of Blue Gem #4620AA
Tints of Blue Gem #4620AA
RGB
CMYK
RGB Variations
Color information
#4620AA (or 0x4620AA) is known color: Blue Gem. HEX triplet: 46, 20 and AA. RGB value is (70,32,170). Sum of RGB (Red+Green+Blue) = 70+32+170=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #4620AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4620AA is #B9DF55. Grayscale: #3A3A3A. Windows color (decimal): -12181334 or 11149382. OLE color: 11149382.
HSL color Cylindrical-coordinate representation of color #4620AA: hue angle of 256.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4620AA is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 32 | 170 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.33 |
| HSL | 256.52º | 0.68% | 0.4% | - |
| HSV(B) | 256.52º | 0.81% | 0.67% | - |
| XYZ | 10.3 | 5.24 | 38.5 | - |
| YUV | 59.09 | 190.59 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 170 | 0.59 | 0.81 | 0 | 0.33 | 256.52 | 0.68 | 0.4 |
| Hex | 46 | 20 | AA | 3B | 51 | 0 | 21 | 101 | 44 | 28 |
| Octal | 106 | 40 | 252 | 73 | 121 | 0 | 41 | 401 | 104 | 50 |
| Binary | 1000110 | 100000 | 10101010 | 111011 | 1010001 | 0 | 100001 | 100000001 | 1000100 | 101000 |
Color Harmonies of #4620AA
Complementary color
Monochromatic Colors of #4620AA
Black with #4620AA
Text Example
Text Example
White with #4620AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620AA; }
p { color: rgb(70,32,170); }
H1.HeaderClassName
{
color: #4620AA;
}
.AnyTagClassName
{
color: #4620AA;
}
</style>
background-color css
<style>
a { background-color: #4620AA; }
a { background-color: rgb(70,32,170); }
div.DivClassName
{
background-color: #4620AA;
}
.BgClassName
{
background-color: #4620AA;
}
</style>
border-color css
<style>
span { border-color: #4620AA; }
span { border-color: rgb(70,32,170); }
td.TdClassName
{
border-color: #4620AA;
}
.TagClassName
{
border-color: #4620AA;
}
</style>