Shades of Blue Gem #4E36A1
Tints of Blue Gem #4E36A1
RGB
CMYK
RGB Variations
Color information
#4E36A1 (or 0x4E36A1) is known color: Blue Gem. HEX triplet: 4E, 36 and A1. RGB value is (78,54,161). Sum of RGB (Red+Green+Blue) = 78+54+161=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #4E36A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E36A1 is #B1C95E. Grayscale: #484848. Windows color (decimal): -11651423 or 10565198. OLE color: 10565198.
HSL color Cylindrical-coordinate representation of color #4E36A1: hue angle of 253.46º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E36A1 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 54 | 161 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.37 |
| HSL | 253.46º | 0.5% | 0.42% | - |
| HSV(B) | 253.46º | 0.66% | 0.63% | - |
| XYZ | 10.89 | 6.83 | 34.46 | - |
| YUV | 73.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 161 | 0.52 | 0.66 | 0 | 0.37 | 253.46 | 0.5 | 0.42 |
| Hex | 4E | 36 | A1 | 34 | 42 | 0 | 25 | FD | 32 | 2A |
| Octal | 116 | 66 | 241 | 64 | 102 | 0 | 45 | 375 | 62 | 52 |
| Binary | 1001110 | 110110 | 10100001 | 110100 | 1000010 | 0 | 100101 | 11111101 | 110010 | 101010 |
Color Harmonies of #4E36A1
Complementary color
Monochromatic Colors of #4E36A1
Black with #4E36A1
Text Example
Text Example
White with #4E36A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E36A1; }
p { color: rgb(78,54,161); }
H1.HeaderClassName
{
color: #4E36A1;
}
.AnyTagClassName
{
color: #4E36A1;
}
</style>
background-color css
<style>
a { background-color: #4E36A1; }
a { background-color: rgb(78,54,161); }
div.DivClassName
{
background-color: #4E36A1;
}
.BgClassName
{
background-color: #4E36A1;
}
</style>
border-color css
<style>
span { border-color: #4E36A1; }
span { border-color: rgb(78,54,161); }
td.TdClassName
{
border-color: #4E36A1;
}
.TagClassName
{
border-color: #4E36A1;
}
</style>