Shades of Gigas #4E407E
Tints of Gigas #4E407E
RGB
CMYK
RGB Variations
Color information
#4E407E (or 0x4E407E) is known color: Gigas. HEX triplet: 4E, 40 and 7E. RGB value is (78,64,126). Sum of RGB (Red+Green+Blue) = 78+64+126=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E407E is #B1BF81. Grayscale: #4B4B4B. Windows color (decimal): -11648898 or 8273998. OLE color: 8273998.
HSL color Cylindrical-coordinate representation of color #4E407E: hue angle of 253.55º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E407E is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 64 | 126 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.51 |
| HSL | 253.55º | 0.33% | 0.37% | - |
| HSV(B) | 253.55º | 0.49% | 0.49% | - |
| XYZ | 8.74 | 6.79 | 20.59 | - |
| YUV | 75.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 126 | 0.38 | 0.49 | 0 | 0.51 | 253.55 | 0.33 | 0.37 |
| Hex | 4E | 40 | 7E | 26 | 31 | 0 | 33 | FE | 21 | 25 |
| Octal | 116 | 100 | 176 | 46 | 61 | 0 | 63 | 376 | 41 | 45 |
| Binary | 1001110 | 1000000 | 1111110 | 100110 | 110001 | 0 | 110011 | 11111110 | 100001 | 100101 |
Color Harmonies of #4E407E
Complementary color
Monochromatic Colors of #4E407E
Black with #4E407E
Text Example
Text Example
White with #4E407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E407E; }
p { color: rgb(78,64,126); }
H1.HeaderClassName
{
color: #4E407E;
}
.AnyTagClassName
{
color: #4E407E;
}
</style>
background-color css
<style>
a { background-color: #4E407E; }
a { background-color: rgb(78,64,126); }
div.DivClassName
{
background-color: #4E407E;
}
.BgClassName
{
background-color: #4E407E;
}
</style>
border-color css
<style>
span { border-color: #4E407E; }
span { border-color: rgb(78,64,126); }
td.TdClassName
{
border-color: #4E407E;
}
.TagClassName
{
border-color: #4E407E;
}
</style>