Shades of Blue Gem #4E3292
Tints of Blue Gem #4E3292
RGB
CMYK
RGB Variations
Color information
#4E3292 (or 0x4E3292) is known color: Blue Gem. HEX triplet: 4E, 32 and 92. RGB value is (78,50,146). Sum of RGB (Red+Green+Blue) = 78+50+146=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E3292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3292 is #B1CD6D. Grayscale: #444444. Windows color (decimal): -11652462 or 9581134. OLE color: 9581134.
HSL color Cylindrical-coordinate representation of color #4E3292: hue angle of 257.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E3292 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 50 | 146 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.43 |
| HSL | 257.5º | 0.49% | 0.38% | - |
| HSV(B) | 257.5º | 0.66% | 0.57% | - |
| XYZ | 9.47 | 5.98 | 27.85 | - |
| YUV | 69.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 146 | 0.47 | 0.66 | 0 | 0.43 | 257.5 | 0.49 | 0.38 |
| Hex | 4E | 32 | 92 | 2F | 42 | 0 | 2B | 102 | 31 | 26 |
| Octal | 116 | 62 | 222 | 57 | 102 | 0 | 53 | 402 | 61 | 46 |
| Binary | 1001110 | 110010 | 10010010 | 101111 | 1000010 | 0 | 101011 | 100000010 | 110001 | 100110 |
Color Harmonies of #4E3292
Complementary color
Monochromatic Colors of #4E3292
Black with #4E3292
Text Example
Text Example
White with #4E3292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3292; }
p { color: rgb(78,50,146); }
H1.HeaderClassName
{
color: #4E3292;
}
.AnyTagClassName
{
color: #4E3292;
}
</style>
background-color css
<style>
a { background-color: #4E3292; }
a { background-color: rgb(78,50,146); }
div.DivClassName
{
background-color: #4E3292;
}
.BgClassName
{
background-color: #4E3292;
}
</style>
border-color css
<style>
span { border-color: #4E3292; }
span { border-color: rgb(78,50,146); }
td.TdClassName
{
border-color: #4E3292;
}
.TagClassName
{
border-color: #4E3292;
}
</style>