Shades of Blue Gem #4E2E94
Tints of Blue Gem #4E2E94
RGB
CMYK
RGB Variations
Color information
#4E2E94 (or 0x4E2E94) is known color: Blue Gem. HEX triplet: 4E, 2E and 94. RGB value is (78,46,148). Sum of RGB (Red+Green+Blue) = 78+46+148=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E2E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2E94 is #B1D16B. Grayscale: #424242. Windows color (decimal): -11653484 or 9711182. OLE color: 9711182.
HSL color Cylindrical-coordinate representation of color #4E2E94: hue angle of 258.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E2E94 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 46 | 148 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.42 |
| HSL | 258.82º | 0.53% | 0.38% | - |
| HSV(B) | 258.82º | 0.69% | 0.58% | - |
| XYZ | 9.46 | 5.71 | 28.62 | - |
| YUV | 67.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 148 | 0.47 | 0.69 | 0 | 0.42 | 258.82 | 0.53 | 0.38 |
| Hex | 4E | 2E | 94 | 2F | 45 | 0 | 2A | 103 | 35 | 26 |
| Octal | 116 | 56 | 224 | 57 | 105 | 0 | 52 | 403 | 65 | 46 |
| Binary | 1001110 | 101110 | 10010100 | 101111 | 1000101 | 0 | 101010 | 100000011 | 110101 | 100110 |
Color Harmonies of #4E2E94
Complementary color
Monochromatic Colors of #4E2E94
Black with #4E2E94
Text Example
Text Example
White with #4E2E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E94; }
p { color: rgb(78,46,148); }
H1.HeaderClassName
{
color: #4E2E94;
}
.AnyTagClassName
{
color: #4E2E94;
}
</style>
background-color css
<style>
a { background-color: #4E2E94; }
a { background-color: rgb(78,46,148); }
div.DivClassName
{
background-color: #4E2E94;
}
.BgClassName
{
background-color: #4E2E94;
}
</style>
border-color css
<style>
span { border-color: #4E2E94; }
span { border-color: rgb(78,46,148); }
td.TdClassName
{
border-color: #4E2E94;
}
.TagClassName
{
border-color: #4E2E94;
}
</style>