Shades of Blue Gem #4E34AC
Tints of Blue Gem #4E34AC
RGB
CMYK
RGB Variations
Color information
#4E34AC (or 0x4E34AC) is known color: Blue Gem. HEX triplet: 4E, 34 and AC. RGB value is (78,52,172). Sum of RGB (Red+Green+Blue) = 78+52+172=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E34AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E34AC is #B1CB53. Grayscale: #494949. Windows color (decimal): -11651924 or 11285582. OLE color: 11285582.
HSL color Cylindrical-coordinate representation of color #4E34AC: hue angle of 253º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E34AC is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 52 | 172 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.33 |
| HSL | 253º | 0.54% | 0.44% | - |
| HSV(B) | 253º | 0.7% | 0.67% | - |
| XYZ | 11.82 | 7.05 | 39.77 | - |
| YUV | 73.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 172 | 0.55 | 0.70 | 0 | 0.33 | 253 | 0.54 | 0.44 |
| Hex | 4E | 34 | AC | 37 | 46 | 0 | 21 | FD | 36 | 2C |
| Octal | 116 | 64 | 254 | 67 | 106 | 0 | 41 | 375 | 66 | 54 |
| Binary | 1001110 | 110100 | 10101100 | 110111 | 1000110 | 0 | 100001 | 11111101 | 110110 | 101100 |
Color Harmonies of #4E34AC
Complementary color
Monochromatic Colors of #4E34AC
Black with #4E34AC
Text Example
Text Example
White with #4E34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E34AC; }
p { color: rgb(78,52,172); }
H1.HeaderClassName
{
color: #4E34AC;
}
.AnyTagClassName
{
color: #4E34AC;
}
</style>
background-color css
<style>
a { background-color: #4E34AC; }
a { background-color: rgb(78,52,172); }
div.DivClassName
{
background-color: #4E34AC;
}
.BgClassName
{
background-color: #4E34AC;
}
</style>
border-color css
<style>
span { border-color: #4E34AC; }
span { border-color: rgb(78,52,172); }
td.TdClassName
{
border-color: #4E34AC;
}
.TagClassName
{
border-color: #4E34AC;
}
</style>