Shades of Blue Gem #4939AD
Tints of Blue Gem #4939AD
RGB
CMYK
RGB Variations
Color information
#4939AD (or 0x4939AD) is known color: Blue Gem. HEX triplet: 49, 39 and AD. RGB value is (73,57,173). Sum of RGB (Red+Green+Blue) = 73+57+173=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #4939AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4939AD is #B6C652. Grayscale: #4A4A4A. Windows color (decimal): -11978323 or 11352393. OLE color: 11352393.
HSL color Cylindrical-coordinate representation of color #4939AD: hue angle of 248.28º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4939AD is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 57 | 173 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.32 |
| HSL | 248.28º | 0.5% | 0.45% | - |
| HSV(B) | 248.28º | 0.67% | 0.68% | - |
| XYZ | 11.75 | 7.36 | 40.34 | - |
| YUV | 75.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 173 | 0.58 | 0.67 | 0 | 0.32 | 248.28 | 0.5 | 0.45 |
| Hex | 49 | 39 | AD | 3A | 43 | 0 | 20 | F8 | 32 | 2D |
| Octal | 111 | 71 | 255 | 72 | 103 | 0 | 40 | 370 | 62 | 55 |
| Binary | 1001001 | 111001 | 10101101 | 111010 | 1000011 | 0 | 100000 | 11111000 | 110010 | 101101 |
Color Harmonies of #4939AD
Complementary color
Monochromatic Colors of #4939AD
Black with #4939AD
Text Example
Text Example
White with #4939AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4939AD; }
p { color: rgb(73,57,173); }
H1.HeaderClassName
{
color: #4939AD;
}
.AnyTagClassName
{
color: #4939AD;
}
</style>
background-color css
<style>
a { background-color: #4939AD; }
a { background-color: rgb(73,57,173); }
div.DivClassName
{
background-color: #4939AD;
}
.BgClassName
{
background-color: #4939AD;
}
</style>
border-color css
<style>
span { border-color: #4939AD; }
span { border-color: rgb(73,57,173); }
td.TdClassName
{
border-color: #4939AD;
}
.TagClassName
{
border-color: #4939AD;
}
</style>