Shades of Gigas #4E407D
Tints of Gigas #4E407D
RGB
CMYK
RGB Variations
Color information
#4E407D (or 0x4E407D) is known color: Gigas. HEX triplet: 4E, 40 and 7D. RGB value is (78,64,125). Sum of RGB (Red+Green+Blue) = 78+64+125=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E407D is #B1BF82. Grayscale: #4A4A4A. Windows color (decimal): -11648899 or 8208462. OLE color: 8208462.
HSL color Cylindrical-coordinate representation of color #4E407D: hue angle of 253.77º degrees, saturation: 0.32, 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 #4E407D is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 64 | 125 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.51 |
| HSL | 253.77º | 0.32% | 0.37% | - |
| HSV(B) | 253.77º | 0.49% | 0.49% | - |
| XYZ | 8.68 | 6.77 | 20.25 | - |
| YUV | 75.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 125 | 0.38 | 0.49 | 0 | 0.51 | 253.77 | 0.32 | 0.37 |
| Hex | 4E | 40 | 7D | 26 | 31 | 0 | 33 | FE | 20 | 25 |
| Octal | 116 | 100 | 175 | 46 | 61 | 0 | 63 | 376 | 40 | 45 |
| Binary | 1001110 | 1000000 | 1111101 | 100110 | 110001 | 0 | 110011 | 11111110 | 100000 | 100101 |
Color Harmonies of #4E407D
Complementary color
Monochromatic Colors of #4E407D
Black with #4E407D
Text Example
Text Example
White with #4E407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E407D; }
p { color: rgb(78,64,125); }
H1.HeaderClassName
{
color: #4E407D;
}
.AnyTagClassName
{
color: #4E407D;
}
</style>
background-color css
<style>
a { background-color: #4E407D; }
a { background-color: rgb(78,64,125); }
div.DivClassName
{
background-color: #4E407D;
}
.BgClassName
{
background-color: #4E407D;
}
</style>
border-color css
<style>
span { border-color: #4E407D; }
span { border-color: rgb(78,64,125); }
td.TdClassName
{
border-color: #4E407D;
}
.TagClassName
{
border-color: #4E407D;
}
</style>