Shades of Blue Gem #4934AD
Tints of Blue Gem #4934AD
RGB
CMYK
RGB Variations
Color information
#4934AD (or 0x4934AD) is known color: Blue Gem. HEX triplet: 49, 34 and AD. RGB value is (73,52,173). Sum of RGB (Red+Green+Blue) = 73+52+173=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #4934AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4934AD is #B6CB52. Grayscale: #474747. Windows color (decimal): -11979603 or 11351113. OLE color: 11351113.
HSL color Cylindrical-coordinate representation of color #4934AD: hue angle of 250.41º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4934AD is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 52 | 173 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.32 |
| HSL | 250.41º | 0.54% | 0.44% | - |
| HSV(B) | 250.41º | 0.7% | 0.68% | - |
| XYZ | 11.52 | 6.89 | 40.26 | - |
| YUV | 72.07 | 184.96 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 173 | 0.58 | 0.70 | 0 | 0.32 | 250.41 | 0.54 | 0.44 |
| Hex | 49 | 34 | AD | 3A | 46 | 0 | 20 | FA | 36 | 2C |
| Octal | 111 | 64 | 255 | 72 | 106 | 0 | 40 | 372 | 66 | 54 |
| Binary | 1001001 | 110100 | 10101101 | 111010 | 1000110 | 0 | 100000 | 11111010 | 110110 | 101100 |
Color Harmonies of #4934AD
Complementary color
Monochromatic Colors of #4934AD
Black with #4934AD
Text Example
Text Example
White with #4934AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4934AD; }
p { color: rgb(73,52,173); }
H1.HeaderClassName
{
color: #4934AD;
}
.AnyTagClassName
{
color: #4934AD;
}
</style>
background-color css
<style>
a { background-color: #4934AD; }
a { background-color: rgb(73,52,173); }
div.DivClassName
{
background-color: #4934AD;
}
.BgClassName
{
background-color: #4934AD;
}
</style>
border-color css
<style>
span { border-color: #4934AD; }
span { border-color: rgb(73,52,173); }
td.TdClassName
{
border-color: #4934AD;
}
.TagClassName
{
border-color: #4934AD;
}
</style>