Shades of Blue Gem #4E2E92
Tints of Blue Gem #4E2E92
RGB
CMYK
RGB Variations
Color information
#4E2E92 (or 0x4E2E92) is known color: Blue Gem. HEX triplet: 4E, 2E and 92. RGB value is (78,46,146). Sum of RGB (Red+Green+Blue) = 78+46+146=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E2E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2E92 is #B1D16D. Grayscale: #424242. Windows color (decimal): -11653486 or 9580110. OLE color: 9580110.
HSL color Cylindrical-coordinate representation of color #4E2E92: hue angle of 259.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E2E92 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 46 | 146 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.43 |
| HSL | 259.2º | 0.52% | 0.38% | - |
| HSV(B) | 259.2º | 0.68% | 0.57% | - |
| XYZ | 9.31 | 5.65 | 27.79 | - |
| YUV | 66.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 146 | 0.47 | 0.68 | 0 | 0.43 | 259.2 | 0.52 | 0.38 |
| Hex | 4E | 2E | 92 | 2F | 44 | 0 | 2B | 103 | 34 | 26 |
| Octal | 116 | 56 | 222 | 57 | 104 | 0 | 53 | 403 | 64 | 46 |
| Binary | 1001110 | 101110 | 10010010 | 101111 | 1000100 | 0 | 101011 | 100000011 | 110100 | 100110 |
Color Harmonies of #4E2E92
Complementary color
Monochromatic Colors of #4E2E92
Black with #4E2E92
Text Example
Text Example
White with #4E2E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E92; }
p { color: rgb(78,46,146); }
H1.HeaderClassName
{
color: #4E2E92;
}
.AnyTagClassName
{
color: #4E2E92;
}
</style>
background-color css
<style>
a { background-color: #4E2E92; }
a { background-color: rgb(78,46,146); }
div.DivClassName
{
background-color: #4E2E92;
}
.BgClassName
{
background-color: #4E2E92;
}
</style>
border-color css
<style>
span { border-color: #4E2E92; }
span { border-color: rgb(78,46,146); }
td.TdClassName
{
border-color: #4E2E92;
}
.TagClassName
{
border-color: #4E2E92;
}
</style>