Shades of Blue Gem #4E34AB
Tints of Blue Gem #4E34AB
RGB
CMYK
RGB Variations
Color information
#4E34AB (or 0x4E34AB) is known color: Blue Gem. HEX triplet: 4E, 34 and AB. RGB value is (78,52,171). Sum of RGB (Red+Green+Blue) = 78+52+171=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E34AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E34AB is #B1CB54. Grayscale: #484848. Windows color (decimal): -11651925 or 11220046. OLE color: 11220046.
HSL color Cylindrical-coordinate representation of color #4E34AB: hue angle of 253.11º degrees, saturation: 0.53, 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 #4E34AB is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 52 | 171 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.33 |
| HSL | 253.11º | 0.53% | 0.44% | - |
| HSV(B) | 253.11º | 0.7% | 0.67% | - |
| XYZ | 11.72 | 7.02 | 39.26 | - |
| YUV | 73.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 171 | 0.54 | 0.70 | 0 | 0.33 | 253.11 | 0.53 | 0.44 |
| Hex | 4E | 34 | AB | 36 | 46 | 0 | 21 | FD | 35 | 2C |
| Octal | 116 | 64 | 253 | 66 | 106 | 0 | 41 | 375 | 65 | 54 |
| Binary | 1001110 | 110100 | 10101011 | 110110 | 1000110 | 0 | 100001 | 11111101 | 110101 | 101100 |
Color Harmonies of #4E34AB
Complementary color
Monochromatic Colors of #4E34AB
Black with #4E34AB
Text Example
Text Example
White with #4E34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E34AB; }
p { color: rgb(78,52,171); }
H1.HeaderClassName
{
color: #4E34AB;
}
.AnyTagClassName
{
color: #4E34AB;
}
</style>
background-color css
<style>
a { background-color: #4E34AB; }
a { background-color: rgb(78,52,171); }
div.DivClassName
{
background-color: #4E34AB;
}
.BgClassName
{
background-color: #4E34AB;
}
</style>
border-color css
<style>
span { border-color: #4E34AB; }
span { border-color: rgb(78,52,171); }
td.TdClassName
{
border-color: #4E34AB;
}
.TagClassName
{
border-color: #4E34AB;
}
</style>