Shades of Blue Gem #4E4292
Tints of Blue Gem #4E4292
RGB
CMYK
RGB Variations
Color information
#4E4292 (or 0x4E4292) is known color: Blue Gem. HEX triplet: 4E, 42 and 92. RGB value is (78,66,146). Sum of RGB (Red+Green+Blue) = 78+66+146=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E4292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4292 is #B1BD6D. Grayscale: #4E4E4E. Windows color (decimal): -11648366 or 9585230. OLE color: 9585230.
HSL color Cylindrical-coordinate representation of color #4E4292: hue angle of 249º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E4292 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 66 | 146 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.43 |
| HSL | 249º | 0.38% | 0.42% | - |
| HSV(B) | 249º | 0.55% | 0.57% | - |
| XYZ | 10.28 | 7.59 | 28.12 | - |
| YUV | 78.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 146 | 0.47 | 0.55 | 0 | 0.43 | 249 | 0.38 | 0.42 |
| Hex | 4E | 42 | 92 | 2F | 37 | 0 | 2B | F9 | 26 | 2A |
| Octal | 116 | 102 | 222 | 57 | 67 | 0 | 53 | 371 | 46 | 52 |
| Binary | 1001110 | 1000010 | 10010010 | 101111 | 110111 | 0 | 101011 | 11111001 | 100110 | 101010 |
Color Harmonies of #4E4292
Complementary color
Monochromatic Colors of #4E4292
Black with #4E4292
Text Example
Text Example
White with #4E4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4292; }
p { color: rgb(78,66,146); }
H1.HeaderClassName
{
color: #4E4292;
}
.AnyTagClassName
{
color: #4E4292;
}
</style>
background-color css
<style>
a { background-color: #4E4292; }
a { background-color: rgb(78,66,146); }
div.DivClassName
{
background-color: #4E4292;
}
.BgClassName
{
background-color: #4E4292;
}
</style>
border-color css
<style>
span { border-color: #4E4292; }
span { border-color: rgb(78,66,146); }
td.TdClassName
{
border-color: #4E4292;
}
.TagClassName
{
border-color: #4E4292;
}
</style>