Shades of Blue Gem #4E4698
Tints of Blue Gem #4E4698
RGB
CMYK
RGB Variations
Color information
#4E4698 (or 0x4E4698) is known color: Blue Gem. HEX triplet: 4E, 46 and 98. RGB value is (78,70,152). Sum of RGB (Red+Green+Blue) = 78+70+152=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #4E4698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4698 is #B1B967. Grayscale: #515151. Windows color (decimal): -11647336 or 9979470. OLE color: 9979470.
HSL color Cylindrical-coordinate representation of color #4E4698: hue angle of 245.85º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E4698 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 70 | 152 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.40 |
| HSL | 245.85º | 0.37% | 0.44% | - |
| HSV(B) | 245.85º | 0.54% | 0.6% | - |
| XYZ | 11 | 8.27 | 30.72 | - |
| YUV | 81.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 152 | 0.49 | 0.54 | 0 | 0.40 | 245.85 | 0.37 | 0.44 |
| Hex | 4E | 46 | 98 | 31 | 36 | 0 | 28 | F6 | 25 | 2C |
| Octal | 116 | 106 | 230 | 61 | 66 | 0 | 50 | 366 | 45 | 54 |
| Binary | 1001110 | 1000110 | 10011000 | 110001 | 110110 | 0 | 101000 | 11110110 | 100101 | 101100 |
Color Harmonies of #4E4698
Complementary color
Monochromatic Colors of #4E4698
Black with #4E4698
Text Example
Text Example
White with #4E4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4698; }
p { color: rgb(78,70,152); }
H1.HeaderClassName
{
color: #4E4698;
}
.AnyTagClassName
{
color: #4E4698;
}
</style>
background-color css
<style>
a { background-color: #4E4698; }
a { background-color: rgb(78,70,152); }
div.DivClassName
{
background-color: #4E4698;
}
.BgClassName
{
background-color: #4E4698;
}
</style>
border-color css
<style>
span { border-color: #4E4698; }
span { border-color: rgb(78,70,152); }
td.TdClassName
{
border-color: #4E4698;
}
.TagClassName
{
border-color: #4E4698;
}
</style>