Shades of Blue Gem #4E239D
Tints of Blue Gem #4E239D
RGB
CMYK
RGB Variations
Color information
#4E239D (or 0x4E239D) is known color: Blue Gem. HEX triplet: 4E, 23 and 9D. RGB value is (78,35,157). Sum of RGB (Red+Green+Blue) = 78+35+157=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E239D is #B1DC62. Grayscale: #3D3D3D. Windows color (decimal): -11656291 or 10298190. OLE color: 10298190.
HSL color Cylindrical-coordinate representation of color #4E239D: hue angle of 261.15º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E239D is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 35 | 157 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.38 |
| HSL | 261.15º | 0.64% | 0.38% | - |
| HSV(B) | 261.15º | 0.78% | 0.62% | - |
| XYZ | 9.83 | 5.26 | 32.39 | - |
| YUV | 61.77 | 181.75 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 157 | 0.50 | 0.78 | 0 | 0.38 | 261.15 | 0.64 | 0.38 |
| Hex | 4E | 23 | 9D | 32 | 4E | 0 | 26 | 105 | 40 | 26 |
| Octal | 116 | 43 | 235 | 62 | 116 | 0 | 46 | 405 | 100 | 46 |
| Binary | 1001110 | 100011 | 10011101 | 110010 | 1001110 | 0 | 100110 | 100000101 | 1000000 | 100110 |
Color Harmonies of #4E239D
Complementary color
Monochromatic Colors of #4E239D
Black with #4E239D
Text Example
Text Example
White with #4E239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E239D; }
p { color: rgb(78,35,157); }
H1.HeaderClassName
{
color: #4E239D;
}
.AnyTagClassName
{
color: #4E239D;
}
</style>
background-color css
<style>
a { background-color: #4E239D; }
a { background-color: rgb(78,35,157); }
div.DivClassName
{
background-color: #4E239D;
}
.BgClassName
{
background-color: #4E239D;
}
</style>
border-color css
<style>
span { border-color: #4E239D; }
span { border-color: rgb(78,35,157); }
td.TdClassName
{
border-color: #4E239D;
}
.TagClassName
{
border-color: #4E239D;
}
</style>