Shades of Blue Gem #4E408E
Tints of Blue Gem #4E408E
RGB
CMYK
RGB Variations
Color information
#4E408E (or 0x4E408E) is known color: Blue Gem. HEX triplet: 4E, 40 and 8E. RGB value is (78,64,142). Sum of RGB (Red+Green+Blue) = 78+64+142=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E408E is #B1BF71. Grayscale: #4C4C4C. Windows color (decimal): -11648882 or 9322574. OLE color: 9322574.
HSL color Cylindrical-coordinate representation of color #4E408E: hue angle of 250.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E408E is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 64 | 142 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.44 |
| HSL | 250.77º | 0.38% | 0.4% | - |
| HSV(B) | 250.77º | 0.55% | 0.56% | - |
| XYZ | 9.86 | 7.24 | 26.47 | - |
| YUV | 77.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 142 | 0.45 | 0.55 | 0 | 0.44 | 250.77 | 0.38 | 0.4 |
| Hex | 4E | 40 | 8E | 2D | 37 | 0 | 2C | FB | 26 | 28 |
| Octal | 116 | 100 | 216 | 55 | 67 | 0 | 54 | 373 | 46 | 50 |
| Binary | 1001110 | 1000000 | 10001110 | 101101 | 110111 | 0 | 101100 | 11111011 | 100110 | 101000 |
Color Harmonies of #4E408E
Complementary color
Monochromatic Colors of #4E408E
Black with #4E408E
Text Example
Text Example
White with #4E408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E408E; }
p { color: rgb(78,64,142); }
H1.HeaderClassName
{
color: #4E408E;
}
.AnyTagClassName
{
color: #4E408E;
}
</style>
background-color css
<style>
a { background-color: #4E408E; }
a { background-color: rgb(78,64,142); }
div.DivClassName
{
background-color: #4E408E;
}
.BgClassName
{
background-color: #4E408E;
}
</style>
border-color css
<style>
span { border-color: #4E408E; }
span { border-color: rgb(78,64,142); }
td.TdClassName
{
border-color: #4E408E;
}
.TagClassName
{
border-color: #4E408E;
}
</style>