Shades of Blue Gem #4E2B9F
Tints of Blue Gem #4E2B9F
RGB
CMYK
RGB Variations
Color information
#4E2B9F (or 0x4E2B9F) is known color: Blue Gem. HEX triplet: 4E, 2B and 9F. RGB value is (78,43,159). Sum of RGB (Red+Green+Blue) = 78+43+159=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E2B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2B9F is #B1D460. Grayscale: #424242. Windows color (decimal): -11654241 or 10431310. OLE color: 10431310.
HSL color Cylindrical-coordinate representation of color #4E2B9F: hue angle of 258.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E2B9F is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 78 | 43 | 159 | - |
CMYK | 0.51 | 0.73 | 0 | 0.38 |
HSL | 258.1º | 0.57% | 0.4% | - |
HSV(B) | 258.1º | 0.73% | 0.62% | - |
XYZ | 10.26 | 5.85 | 33.39 | - |
YUV | 66.69 | 180.1 | 136.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 43 | 159 | 0.51 | 0.73 | 0 | 0.38 | 258.1 | 0.57 | 0.4 |
Hex | 4E | 2B | 9F | 33 | 49 | 0 | 26 | 102 | 39 | 28 |
Octal | 116 | 53 | 237 | 63 | 111 | 0 | 46 | 402 | 71 | 50 |
Binary | 1001110 | 101011 | 10011111 | 110011 | 1001001 | 0 | 100110 | 100000010 | 111001 | 101000 |
Color Harmonies of #4E2B9F
Complementary color
Monochromatic Colors of #4E2B9F
Black with #4E2B9F
Text Example
Text Example
White with #4E2B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B9F; }
p { color: rgb(78,43,159); }
H1.HeaderClassName
{
color: #4E2B9F;
}
.AnyTagClassName
{
color: #4E2B9F;
}
</style>
background-color css
<style>
a { background-color: #4E2B9F; }
a { background-color: rgb(78,43,159); }
div.DivClassName
{
background-color: #4E2B9F;
}
.BgClassName
{
background-color: #4E2B9F;
}
</style>
border-color css
<style>
span { border-color: #4E2B9F; }
span { border-color: rgb(78,43,159); }
td.TdClassName
{
border-color: #4E2B9F;
}
.TagClassName
{
border-color: #4E2B9F;
}
</style>