Shades of Blue Gem #4E2A90
Tints of Blue Gem #4E2A90
RGB
CMYK
RGB Variations
Color information
#4E2A90 (or 0x4E2A90) is known color: Blue Gem. HEX triplet: 4E, 2A and 90. RGB value is (78,42,144). Sum of RGB (Red+Green+Blue) = 78+42+144=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E2A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2A90 is #B1D56F. Grayscale: #404040. Windows color (decimal): -11654512 or 9448014. OLE color: 9448014.
HSL color Cylindrical-coordinate representation of color #4E2A90: hue angle of 261.18º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E2A90 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 42 | 144 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.44 |
| HSL | 261.18º | 0.55% | 0.36% | - |
| HSV(B) | 261.18º | 0.71% | 0.56% | - |
| XYZ | 9 | 5.29 | 26.93 | - |
| YUV | 64.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 144 | 0.46 | 0.71 | 0 | 0.44 | 261.18 | 0.55 | 0.36 |
| Hex | 4E | 2A | 90 | 2E | 47 | 0 | 2C | 105 | 37 | 24 |
| Octal | 116 | 52 | 220 | 56 | 107 | 0 | 54 | 405 | 67 | 44 |
| Binary | 1001110 | 101010 | 10010000 | 101110 | 1000111 | 0 | 101100 | 100000101 | 110111 | 100100 |
Color Harmonies of #4E2A90
Complementary color
Monochromatic Colors of #4E2A90
Black with #4E2A90
Text Example
Text Example
White with #4E2A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A90; }
p { color: rgb(78,42,144); }
H1.HeaderClassName
{
color: #4E2A90;
}
.AnyTagClassName
{
color: #4E2A90;
}
</style>
background-color css
<style>
a { background-color: #4E2A90; }
a { background-color: rgb(78,42,144); }
div.DivClassName
{
background-color: #4E2A90;
}
.BgClassName
{
background-color: #4E2A90;
}
</style>
border-color css
<style>
span { border-color: #4E2A90; }
span { border-color: rgb(78,42,144); }
td.TdClassName
{
border-color: #4E2A90;
}
.TagClassName
{
border-color: #4E2A90;
}
</style>