Shades of Blue Gem #4624AA
Tints of Blue Gem #4624AA
RGB
CMYK
RGB Variations
Color information
#4624AA (or 0x4624AA) is known color: Blue Gem. HEX triplet: 46, 24 and AA. RGB value is (70,36,170). Sum of RGB (Red+Green+Blue) = 70+36+170=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #4624AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4624AA is #B9DB55. Grayscale: #3C3C3C. Windows color (decimal): -12180310 or 11150406. OLE color: 11150406.
HSL color Cylindrical-coordinate representation of color #4624AA: hue angle of 255.22º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4624AA is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 36 | 170 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.33 |
| HSL | 255.22º | 0.65% | 0.4% | - |
| HSV(B) | 255.22º | 0.79% | 0.67% | - |
| XYZ | 10.41 | 5.47 | 38.54 | - |
| YUV | 61.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 170 | 0.59 | 0.79 | 0 | 0.33 | 255.22 | 0.65 | 0.4 |
| Hex | 46 | 24 | AA | 3B | 4F | 0 | 21 | FF | 41 | 28 |
| Octal | 106 | 44 | 252 | 73 | 117 | 0 | 41 | 377 | 101 | 50 |
| Binary | 1000110 | 100100 | 10101010 | 111011 | 1001111 | 0 | 100001 | 11111111 | 1000001 | 101000 |
Color Harmonies of #4624AA
Complementary color
Monochromatic Colors of #4624AA
Black with #4624AA
Text Example
Text Example
White with #4624AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4624AA; }
p { color: rgb(70,36,170); }
H1.HeaderClassName
{
color: #4624AA;
}
.AnyTagClassName
{
color: #4624AA;
}
</style>
background-color css
<style>
a { background-color: #4624AA; }
a { background-color: rgb(70,36,170); }
div.DivClassName
{
background-color: #4624AA;
}
.BgClassName
{
background-color: #4624AA;
}
</style>
border-color css
<style>
span { border-color: #4624AA; }
span { border-color: rgb(70,36,170); }
td.TdClassName
{
border-color: #4624AA;
}
.TagClassName
{
border-color: #4624AA;
}
</style>