Shades of Blue Gem #4E2F94
Tints of Blue Gem #4E2F94
RGB
CMYK
RGB Variations
Color information
#4E2F94 (or 0x4E2F94) is known color: Blue Gem. HEX triplet: 4E, 2F and 94. RGB value is (78,47,148). Sum of RGB (Red+Green+Blue) = 78+47+148=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E2F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2F94 is #B1D06B. Grayscale: #434343. Windows color (decimal): -11653228 or 9711438. OLE color: 9711438.
HSL color Cylindrical-coordinate representation of color #4E2F94: hue angle of 258.42º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E2F94 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 47 | 148 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.42 |
| HSL | 258.42º | 0.52% | 0.38% | - |
| HSV(B) | 258.42º | 0.68% | 0.58% | - |
| XYZ | 9.5 | 5.79 | 28.63 | - |
| YUV | 67.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 148 | 0.47 | 0.68 | 0 | 0.42 | 258.42 | 0.52 | 0.38 |
| Hex | 4E | 2F | 94 | 2F | 44 | 0 | 2A | 102 | 34 | 26 |
| Octal | 116 | 57 | 224 | 57 | 104 | 0 | 52 | 402 | 64 | 46 |
| Binary | 1001110 | 101111 | 10010100 | 101111 | 1000100 | 0 | 101010 | 100000010 | 110100 | 100110 |
Color Harmonies of #4E2F94
Complementary color
Monochromatic Colors of #4E2F94
Black with #4E2F94
Text Example
Text Example
White with #4E2F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F94; }
p { color: rgb(78,47,148); }
H1.HeaderClassName
{
color: #4E2F94;
}
.AnyTagClassName
{
color: #4E2F94;
}
</style>
background-color css
<style>
a { background-color: #4E2F94; }
a { background-color: rgb(78,47,148); }
div.DivClassName
{
background-color: #4E2F94;
}
.BgClassName
{
background-color: #4E2F94;
}
</style>
border-color css
<style>
span { border-color: #4E2F94; }
span { border-color: rgb(78,47,148); }
td.TdClassName
{
border-color: #4E2F94;
}
.TagClassName
{
border-color: #4E2F94;
}
</style>