Shades of Blue Gem #4E2F92
Tints of Blue Gem #4E2F92
RGB
CMYK
RGB Variations
Color information
#4E2F92 (or 0x4E2F92) is known color: Blue Gem. HEX triplet: 4E, 2F and 92. RGB value is (78,47,146). Sum of RGB (Red+Green+Blue) = 78+47+146=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E2F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2F92 is #B1D06D. Grayscale: #434343. Windows color (decimal): -11653230 or 9580366. OLE color: 9580366.
HSL color Cylindrical-coordinate representation of color #4E2F92: hue angle of 258.79º degrees, saturation: 0.51, 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 #4E2F92 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 47 | 146 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.43 |
| HSL | 258.79º | 0.51% | 0.38% | - |
| HSV(B) | 258.79º | 0.68% | 0.57% | - |
| XYZ | 9.35 | 5.73 | 27.81 | - |
| YUV | 67.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 146 | 0.47 | 0.68 | 0 | 0.43 | 258.79 | 0.51 | 0.38 |
| Hex | 4E | 2F | 92 | 2F | 44 | 0 | 2B | 103 | 33 | 26 |
| Octal | 116 | 57 | 222 | 57 | 104 | 0 | 53 | 403 | 63 | 46 |
| Binary | 1001110 | 101111 | 10010010 | 101111 | 1000100 | 0 | 101011 | 100000011 | 110011 | 100110 |
Color Harmonies of #4E2F92
Complementary color
Monochromatic Colors of #4E2F92
Black with #4E2F92
Text Example
Text Example
White with #4E2F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F92; }
p { color: rgb(78,47,146); }
H1.HeaderClassName
{
color: #4E2F92;
}
.AnyTagClassName
{
color: #4E2F92;
}
</style>
background-color css
<style>
a { background-color: #4E2F92; }
a { background-color: rgb(78,47,146); }
div.DivClassName
{
background-color: #4E2F92;
}
.BgClassName
{
background-color: #4E2F92;
}
</style>
border-color css
<style>
span { border-color: #4E2F92; }
span { border-color: rgb(78,47,146); }
td.TdClassName
{
border-color: #4E2F92;
}
.TagClassName
{
border-color: #4E2F92;
}
</style>