Shades of Blue Gem #4E4794
Tints of Blue Gem #4E4794
RGB
CMYK
RGB Variations
Color information
#4E4794 (or 0x4E4794) is known color: Blue Gem. HEX triplet: 4E, 47 and 94. RGB value is (78,71,148). Sum of RGB (Red+Green+Blue) = 78+71+148=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E4794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4794 is #B1B86B. Grayscale: #515151. Windows color (decimal): -11647084 or 9717582. OLE color: 9717582.
HSL color Cylindrical-coordinate representation of color #4E4794: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E4794 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 71 | 148 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.42 |
| HSL | 245.45º | 0.35% | 0.43% | - |
| HSV(B) | 245.45º | 0.52% | 0.58% | - |
| XYZ | 10.74 | 8.26 | 29.05 | - |
| YUV | 81.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 148 | 0.47 | 0.52 | 0 | 0.42 | 245.45 | 0.35 | 0.43 |
| Hex | 4E | 47 | 94 | 2F | 34 | 0 | 2A | F5 | 23 | 2B |
| Octal | 116 | 107 | 224 | 57 | 64 | 0 | 52 | 365 | 43 | 53 |
| Binary | 1001110 | 1000111 | 10010100 | 101111 | 110100 | 0 | 101010 | 11110101 | 100011 | 101011 |
Color Harmonies of #4E4794
Complementary color
Monochromatic Colors of #4E4794
Black with #4E4794
Text Example
Text Example
White with #4E4794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4794; }
p { color: rgb(78,71,148); }
H1.HeaderClassName
{
color: #4E4794;
}
.AnyTagClassName
{
color: #4E4794;
}
</style>
background-color css
<style>
a { background-color: #4E4794; }
a { background-color: rgb(78,71,148); }
div.DivClassName
{
background-color: #4E4794;
}
.BgClassName
{
background-color: #4E4794;
}
</style>
border-color css
<style>
span { border-color: #4E4794; }
span { border-color: rgb(78,71,148); }
td.TdClassName
{
border-color: #4E4794;
}
.TagClassName
{
border-color: #4E4794;
}
</style>