Shades of Blue Gem #4940A0
Tints of Blue Gem #4940A0
RGB
CMYK
RGB Variations
Color information
#4940A0 (or 0x4940A0) is known color: Blue Gem. HEX triplet: 49, 40 and A0. RGB value is (73,64,160). Sum of RGB (Red+Green+Blue) = 73+64+160=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #4940A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4940A0 is #B6BF5F. Grayscale: #4D4D4D. Windows color (decimal): -11976544 or 10502217. OLE color: 10502217.
HSL color Cylindrical-coordinate representation of color #4940A0: hue angle of 245.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4940A0 is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 64 | 160 | - |
| CMYK | 0.54 | 0.6 | 0 | 0.37 |
| HSL | 245.63º | 0.43% | 0.44% | - |
| HSV(B) | 245.63º | 0.6% | 0.63% | - |
| XYZ | 10.93 | 7.62 | 34.15 | - |
| YUV | 77.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 160 | 0.54 | 0.6 | 0 | 0.37 | 245.63 | 0.43 | 0.44 |
| Hex | 49 | 40 | A0 | 36 | 3C | 0 | 25 | F6 | 2B | 2C |
| Octal | 111 | 100 | 240 | 66 | 74 | 0 | 45 | 366 | 53 | 54 |
| Binary | 1001001 | 1000000 | 10100000 | 110110 | 111100 | 0 | 100101 | 11110110 | 101011 | 101100 |
Color Harmonies of #4940A0
Complementary color
Monochromatic Colors of #4940A0
Black with #4940A0
Text Example
Text Example
White with #4940A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940A0; }
p { color: rgb(73,64,160); }
H1.HeaderClassName
{
color: #4940A0;
}
.AnyTagClassName
{
color: #4940A0;
}
</style>
background-color css
<style>
a { background-color: #4940A0; }
a { background-color: rgb(73,64,160); }
div.DivClassName
{
background-color: #4940A0;
}
.BgClassName
{
background-color: #4940A0;
}
</style>
border-color css
<style>
span { border-color: #4940A0; }
span { border-color: rgb(73,64,160); }
td.TdClassName
{
border-color: #4940A0;
}
.TagClassName
{
border-color: #4940A0;
}
</style>