Shades of Blue Gem #4E3387
Tints of Blue Gem #4E3387
RGB
CMYK
RGB Variations
Color information
#4E3387 (or 0x4E3387) is known color: Blue Gem. HEX triplet: 4E, 33 and 87. RGB value is (78,51,135). Sum of RGB (Red+Green+Blue) = 78+51+135=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E3387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3387 is #B1CC78. Grayscale: #444444. Windows color (decimal): -11652217 or 8860494. OLE color: 8860494.
HSL color Cylindrical-coordinate representation of color #4E3387: hue angle of 259.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E3387 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 51 | 135 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.47 |
| HSL | 259.29º | 0.45% | 0.36% | - |
| HSV(B) | 259.29º | 0.62% | 0.53% | - |
| XYZ | 8.7 | 5.74 | 23.57 | - |
| YUV | 68.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 135 | 0.42 | 0.62 | 0 | 0.47 | 259.29 | 0.45 | 0.36 |
| Hex | 4E | 33 | 87 | 2A | 3E | 0 | 2F | 103 | 2D | 24 |
| Octal | 116 | 63 | 207 | 52 | 76 | 0 | 57 | 403 | 55 | 44 |
| Binary | 1001110 | 110011 | 10000111 | 101010 | 111110 | 0 | 101111 | 100000011 | 101101 | 100100 |
Color Harmonies of #4E3387
Complementary color
Monochromatic Colors of #4E3387
Black with #4E3387
Text Example
Text Example
White with #4E3387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3387; }
p { color: rgb(78,51,135); }
H1.HeaderClassName
{
color: #4E3387;
}
.AnyTagClassName
{
color: #4E3387;
}
</style>
background-color css
<style>
a { background-color: #4E3387; }
a { background-color: rgb(78,51,135); }
div.DivClassName
{
background-color: #4E3387;
}
.BgClassName
{
background-color: #4E3387;
}
</style>
border-color css
<style>
span { border-color: #4E3387; }
span { border-color: rgb(78,51,135); }
td.TdClassName
{
border-color: #4E3387;
}
.TagClassName
{
border-color: #4E3387;
}
</style>