Shades of Blue Gem #4E399B
Tints of Blue Gem #4E399B
RGB
CMYK
RGB Variations
Color information
#4E399B (or 0x4E399B) is known color: Blue Gem. HEX triplet: 4E, 39 and 9B. RGB value is (78,57,155). Sum of RGB (Red+Green+Blue) = 78+57+155=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E399B is #B1C664. Grayscale: #4A4A4A. Windows color (decimal): -11650661 or 10172750. OLE color: 10172750.
HSL color Cylindrical-coordinate representation of color #4E399B: hue angle of 252.86º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E399B is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 57 | 155 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.39 |
| HSL | 252.86º | 0.46% | 0.42% | - |
| HSV(B) | 252.86º | 0.63% | 0.61% | - |
| XYZ | 10.52 | 6.91 | 31.79 | - |
| YUV | 74.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 155 | 0.50 | 0.63 | 0 | 0.39 | 252.86 | 0.46 | 0.42 |
| Hex | 4E | 39 | 9B | 32 | 3F | 0 | 27 | FD | 2E | 2A |
| Octal | 116 | 71 | 233 | 62 | 77 | 0 | 47 | 375 | 56 | 52 |
| Binary | 1001110 | 111001 | 10011011 | 110010 | 111111 | 0 | 100111 | 11111101 | 101110 | 101010 |
Color Harmonies of #4E399B
Complementary color
Monochromatic Colors of #4E399B
Black with #4E399B
Text Example
Text Example
White with #4E399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E399B; }
p { color: rgb(78,57,155); }
H1.HeaderClassName
{
color: #4E399B;
}
.AnyTagClassName
{
color: #4E399B;
}
</style>
background-color css
<style>
a { background-color: #4E399B; }
a { background-color: rgb(78,57,155); }
div.DivClassName
{
background-color: #4E399B;
}
.BgClassName
{
background-color: #4E399B;
}
</style>
border-color css
<style>
span { border-color: #4E399B; }
span { border-color: rgb(78,57,155); }
td.TdClassName
{
border-color: #4E399B;
}
.TagClassName
{
border-color: #4E399B;
}
</style>