Shades of Blue Gem #4936AE
Tints of Blue Gem #4936AE
RGB
CMYK
RGB Variations
Color information
#4936AE (or 0x4936AE) is known color: Blue Gem. HEX triplet: 49, 36 and AE. RGB value is (73,54,174). Sum of RGB (Red+Green+Blue) = 73+54+174=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #4936AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4936AE is #B6C951. Grayscale: #484848. Windows color (decimal): -11979090 or 11417161. OLE color: 11417161.
HSL color Cylindrical-coordinate representation of color #4936AE: hue angle of 249.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4936AE is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 54 | 174 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.32 |
| HSL | 249.5º | 0.53% | 0.45% | - |
| HSV(B) | 249.5º | 0.69% | 0.68% | - |
| XYZ | 11.71 | 7.11 | 40.8 | - |
| YUV | 73.36 | 184.79 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 174 | 0.58 | 0.69 | 0 | 0.32 | 249.5 | 0.53 | 0.45 |
| Hex | 49 | 36 | AE | 3A | 45 | 0 | 20 | FA | 35 | 2D |
| Octal | 111 | 66 | 256 | 72 | 105 | 0 | 40 | 372 | 65 | 55 |
| Binary | 1001001 | 110110 | 10101110 | 111010 | 1000101 | 0 | 100000 | 11111010 | 110101 | 101101 |
Color Harmonies of #4936AE
Complementary color
Monochromatic Colors of #4936AE
Black with #4936AE
Text Example
Text Example
White with #4936AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4936AE; }
p { color: rgb(73,54,174); }
H1.HeaderClassName
{
color: #4936AE;
}
.AnyTagClassName
{
color: #4936AE;
}
</style>
background-color css
<style>
a { background-color: #4936AE; }
a { background-color: rgb(73,54,174); }
div.DivClassName
{
background-color: #4936AE;
}
.BgClassName
{
background-color: #4936AE;
}
</style>
border-color css
<style>
span { border-color: #4936AE; }
span { border-color: rgb(73,54,174); }
td.TdClassName
{
border-color: #4936AE;
}
.TagClassName
{
border-color: #4936AE;
}
</style>