Shades of Blue Gem #4E40A8
Tints of Blue Gem #4E40A8
RGB
CMYK
RGB Variations
Color information
#4E40A8 (or 0x4E40A8) is known color: Blue Gem. HEX triplet: 4E, 40 and A8. RGB value is (78,64,168). Sum of RGB (Red+Green+Blue) = 78+64+168=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 168 (66.02% from 255 or 54.19% from 310); Max value from RGB is 168 - color contains mainly: blue. Hex color #4E40A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E40A8 is #B1BF57. Grayscale: #4F4F4F. Windows color (decimal): -11648856 or 11026510. OLE color: 11026510.
HSL color Cylindrical-coordinate representation of color #4E40A8: hue angle of 248.08º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E40A8 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 64 | 168 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.34 |
| HSL | 248.08º | 0.45% | 0.45% | - |
| HSV(B) | 248.08º | 0.62% | 0.66% | - |
| XYZ | 12.04 | 8.11 | 37.98 | - |
| YUV | 80.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 168 | 0.54 | 0.62 | 0 | 0.34 | 248.08 | 0.45 | 0.45 |
| Hex | 4E | 40 | A8 | 36 | 3E | 0 | 22 | F8 | 2D | 2D |
| Octal | 116 | 100 | 250 | 66 | 76 | 0 | 42 | 370 | 55 | 55 |
| Binary | 1001110 | 1000000 | 10101000 | 110110 | 111110 | 0 | 100010 | 11111000 | 101101 | 101101 |
Color Harmonies of #4E40A8
Complementary color
Monochromatic Colors of #4E40A8
Black with #4E40A8
Text Example
Text Example
White with #4E40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E40A8; }
p { color: rgb(78,64,168); }
H1.HeaderClassName
{
color: #4E40A8;
}
.AnyTagClassName
{
color: #4E40A8;
}
</style>
background-color css
<style>
a { background-color: #4E40A8; }
a { background-color: rgb(78,64,168); }
div.DivClassName
{
background-color: #4E40A8;
}
.BgClassName
{
background-color: #4E40A8;
}
</style>
border-color css
<style>
span { border-color: #4E40A8; }
span { border-color: rgb(78,64,168); }
td.TdClassName
{
border-color: #4E40A8;
}
.TagClassName
{
border-color: #4E40A8;
}
</style>