Shades of Blue Gem #4927A2
Tints of Blue Gem #4927A2
RGB
CMYK
RGB Variations
Color information
#4927A2 (or 0x4927A2) is known color: Blue Gem. HEX triplet: 49, 27 and A2. RGB value is (73,39,162). Sum of RGB (Red+Green+Blue) = 73+39+162=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #4927A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4927A2 is #B6D85D. Grayscale: #3E3E3E. Windows color (decimal): -11982942 or 10626889. OLE color: 10626889.
HSL color Cylindrical-coordinate representation of color #4927A2: hue angle of 256.59º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4927A2 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 39 | 162 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.36 |
| HSL | 256.59º | 0.61% | 0.39% | - |
| HSV(B) | 256.59º | 0.76% | 0.64% | - |
| XYZ | 9.99 | 5.48 | 34.71 | - |
| YUV | 63.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 162 | 0.55 | 0.76 | 0 | 0.36 | 256.59 | 0.61 | 0.39 |
| Hex | 49 | 27 | A2 | 37 | 4C | 0 | 24 | 101 | 3D | 27 |
| Octal | 111 | 47 | 242 | 67 | 114 | 0 | 44 | 401 | 75 | 47 |
| Binary | 1001001 | 100111 | 10100010 | 110111 | 1001100 | 0 | 100100 | 100000001 | 111101 | 100111 |
Color Harmonies of #4927A2
Complementary color
Monochromatic Colors of #4927A2
Black with #4927A2
Text Example
Text Example
White with #4927A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4927A2; }
p { color: rgb(73,39,162); }
H1.HeaderClassName
{
color: #4927A2;
}
.AnyTagClassName
{
color: #4927A2;
}
</style>
background-color css
<style>
a { background-color: #4927A2; }
a { background-color: rgb(73,39,162); }
div.DivClassName
{
background-color: #4927A2;
}
.BgClassName
{
background-color: #4927A2;
}
</style>
border-color css
<style>
span { border-color: #4927A2; }
span { border-color: rgb(73,39,162); }
td.TdClassName
{
border-color: #4927A2;
}
.TagClassName
{
border-color: #4927A2;
}
</style>