Shades of Blue Gem #4924AA
Tints of Blue Gem #4924AA
RGB
CMYK
RGB Variations
Color information
#4924AA (or 0x4924AA) is known color: Blue Gem. HEX triplet: 49, 24 and AA. RGB value is (73,36,170). Sum of RGB (Red+Green+Blue) = 73+36+170=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #4924AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4924AA is #B6DB55. Grayscale: #3D3D3D. Windows color (decimal): -11983702 or 11150409. OLE color: 11150409.
HSL color Cylindrical-coordinate representation of color #4924AA: hue angle of 256.57º 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 #4924AA is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 36 | 170 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.33 |
| HSL | 256.57º | 0.65% | 0.4% | - |
| HSV(B) | 256.57º | 0.79% | 0.67% | - |
| XYZ | 10.63 | 5.58 | 38.55 | - |
| YUV | 62.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 170 | 0.57 | 0.79 | 0 | 0.33 | 256.57 | 0.65 | 0.4 |
| Hex | 49 | 24 | AA | 39 | 4F | 0 | 21 | 101 | 41 | 28 |
| Octal | 111 | 44 | 252 | 71 | 117 | 0 | 41 | 401 | 101 | 50 |
| Binary | 1001001 | 100100 | 10101010 | 111001 | 1001111 | 0 | 100001 | 100000001 | 1000001 | 101000 |
Color Harmonies of #4924AA
Complementary color
Monochromatic Colors of #4924AA
Black with #4924AA
Text Example
Text Example
White with #4924AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4924AA; }
p { color: rgb(73,36,170); }
H1.HeaderClassName
{
color: #4924AA;
}
.AnyTagClassName
{
color: #4924AA;
}
</style>
background-color css
<style>
a { background-color: #4924AA; }
a { background-color: rgb(73,36,170); }
div.DivClassName
{
background-color: #4924AA;
}
.BgClassName
{
background-color: #4924AA;
}
</style>
border-color css
<style>
span { border-color: #4924AA; }
span { border-color: rgb(73,36,170); }
td.TdClassName
{
border-color: #4924AA;
}
.TagClassName
{
border-color: #4924AA;
}
</style>