Shades of Blue Gem #4922A2
Tints of Blue Gem #4922A2
RGB
CMYK
RGB Variations
Color information
#4922A2 (or 0x4922A2) is known color: Blue Gem. HEX triplet: 49, 22 and A2. RGB value is (73,34,162). Sum of RGB (Red+Green+Blue) = 73+34+162=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #4922A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4922A2 is #B6DD5D. Grayscale: #3B3B3B. Windows color (decimal): -11984222 or 10625609. OLE color: 10625609.
HSL color Cylindrical-coordinate representation of color #4922A2: hue angle of 258.28º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4922A2 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 34 | 162 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.36 |
| HSL | 258.28º | 0.65% | 0.38% | - |
| HSV(B) | 258.28º | 0.79% | 0.64% | - |
| XYZ | 9.84 | 5.17 | 34.66 | - |
| YUV | 60.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 162 | 0.55 | 0.79 | 0 | 0.36 | 258.28 | 0.65 | 0.38 |
| Hex | 49 | 22 | A2 | 37 | 4F | 0 | 24 | 102 | 41 | 26 |
| Octal | 111 | 42 | 242 | 67 | 117 | 0 | 44 | 402 | 101 | 46 |
| Binary | 1001001 | 100010 | 10100010 | 110111 | 1001111 | 0 | 100100 | 100000010 | 1000001 | 100110 |
Color Harmonies of #4922A2
Complementary color
Monochromatic Colors of #4922A2
Black with #4922A2
Text Example
Text Example
White with #4922A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4922A2; }
p { color: rgb(73,34,162); }
H1.HeaderClassName
{
color: #4922A2;
}
.AnyTagClassName
{
color: #4922A2;
}
</style>
background-color css
<style>
a { background-color: #4922A2; }
a { background-color: rgb(73,34,162); }
div.DivClassName
{
background-color: #4922A2;
}
.BgClassName
{
background-color: #4922A2;
}
</style>
border-color css
<style>
span { border-color: #4922A2; }
span { border-color: rgb(73,34,162); }
td.TdClassName
{
border-color: #4922A2;
}
.TagClassName
{
border-color: #4922A2;
}
</style>