Shades of Blue Gem #4E3099
Tints of Blue Gem #4E3099
RGB
CMYK
RGB Variations
Color information
#4E3099 (or 0x4E3099) is known color: Blue Gem. HEX triplet: 4E, 30 and 99. RGB value is (78,48,153). Sum of RGB (Red+Green+Blue) = 78+48+153=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E3099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3099 is #B1CF66. Grayscale: #444444. Windows color (decimal): -11652967 or 10039374. OLE color: 10039374.
HSL color Cylindrical-coordinate representation of color #4E3099: hue angle of 257.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E3099 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 48 | 153 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.4 |
| HSL | 257.14º | 0.52% | 0.39% | - |
| HSV(B) | 257.14º | 0.69% | 0.6% | - |
| XYZ | 9.95 | 6.03 | 30.78 | - |
| YUV | 68.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 153 | 0.49 | 0.69 | 0 | 0.4 | 257.14 | 0.52 | 0.39 |
| Hex | 4E | 30 | 99 | 31 | 45 | 0 | 28 | 101 | 34 | 27 |
| Octal | 116 | 60 | 231 | 61 | 105 | 0 | 50 | 401 | 64 | 47 |
| Binary | 1001110 | 110000 | 10011001 | 110001 | 1000101 | 0 | 101000 | 100000001 | 110100 | 100111 |
Color Harmonies of #4E3099
Complementary color
Monochromatic Colors of #4E3099
Black with #4E3099
Text Example
Text Example
White with #4E3099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3099; }
p { color: rgb(78,48,153); }
H1.HeaderClassName
{
color: #4E3099;
}
.AnyTagClassName
{
color: #4E3099;
}
</style>
background-color css
<style>
a { background-color: #4E3099; }
a { background-color: rgb(78,48,153); }
div.DivClassName
{
background-color: #4E3099;
}
.BgClassName
{
background-color: #4E3099;
}
</style>
border-color css
<style>
span { border-color: #4E3099; }
span { border-color: rgb(78,48,153); }
td.TdClassName
{
border-color: #4E3099;
}
.TagClassName
{
border-color: #4E3099;
}
</style>