Shades of Blue Gem #4E348E
Tints of Blue Gem #4E348E
RGB
CMYK
RGB Variations
Color information
#4E348E (or 0x4E348E) is known color: Blue Gem. HEX triplet: 4E, 34 and 8E. RGB value is (78,52,142). Sum of RGB (Red+Green+Blue) = 78+52+142=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E348E is #B1CB71. Grayscale: #454545. Windows color (decimal): -11651954 or 9319502. OLE color: 9319502.
HSL color Cylindrical-coordinate representation of color #4E348E: hue angle of 257.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E348E is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 52 | 142 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.44 |
| HSL | 257.33º | 0.46% | 0.38% | - |
| HSV(B) | 257.33º | 0.63% | 0.56% | - |
| XYZ | 9.25 | 6.03 | 26.27 | - |
| YUV | 70.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 142 | 0.45 | 0.63 | 0 | 0.44 | 257.33 | 0.46 | 0.38 |
| Hex | 4E | 34 | 8E | 2D | 3F | 0 | 2C | 101 | 2E | 26 |
| Octal | 116 | 64 | 216 | 55 | 77 | 0 | 54 | 401 | 56 | 46 |
| Binary | 1001110 | 110100 | 10001110 | 101101 | 111111 | 0 | 101100 | 100000001 | 101110 | 100110 |
Color Harmonies of #4E348E
Complementary color
Monochromatic Colors of #4E348E
Black with #4E348E
Text Example
Text Example
White with #4E348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E348E; }
p { color: rgb(78,52,142); }
H1.HeaderClassName
{
color: #4E348E;
}
.AnyTagClassName
{
color: #4E348E;
}
</style>
background-color css
<style>
a { background-color: #4E348E; }
a { background-color: rgb(78,52,142); }
div.DivClassName
{
background-color: #4E348E;
}
.BgClassName
{
background-color: #4E348E;
}
</style>
border-color css
<style>
span { border-color: #4E348E; }
span { border-color: rgb(78,52,142); }
td.TdClassName
{
border-color: #4E348E;
}
.TagClassName
{
border-color: #4E348E;
}
</style>