Shades of Gigas #4E3C80
Tints of Gigas #4E3C80
RGB
CMYK
RGB Variations
Color information
#4E3C80 (or 0x4E3C80) is known color: Gigas. HEX triplet: 4E, 3C and 80. RGB value is (78,60,128). Sum of RGB (Red+Green+Blue) = 78+60+128=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E3C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3C80 is #B1C37F. Grayscale: #484848. Windows color (decimal): -11649920 or 8404046. OLE color: 8404046.
HSL color Cylindrical-coordinate representation of color #4E3C80: hue angle of 255.88º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E3C80 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 60 | 128 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.50 |
| HSL | 255.88º | 0.36% | 0.37% | - |
| HSV(B) | 255.88º | 0.53% | 0.5% | - |
| XYZ | 8.65 | 6.41 | 21.2 | - |
| YUV | 73.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 128 | 0.39 | 0.53 | 0 | 0.50 | 255.88 | 0.36 | 0.37 |
| Hex | 4E | 3C | 80 | 27 | 35 | 0 | 32 | 100 | 24 | 25 |
| Octal | 116 | 74 | 200 | 47 | 65 | 0 | 62 | 400 | 44 | 45 |
| Binary | 1001110 | 111100 | 10000000 | 100111 | 110101 | 0 | 110010 | 100000000 | 100100 | 100101 |
Color Harmonies of #4E3C80
Complementary color
Monochromatic Colors of #4E3C80
Black with #4E3C80
Text Example
Text Example
White with #4E3C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C80; }
p { color: rgb(78,60,128); }
H1.HeaderClassName
{
color: #4E3C80;
}
.AnyTagClassName
{
color: #4E3C80;
}
</style>
background-color css
<style>
a { background-color: #4E3C80; }
a { background-color: rgb(78,60,128); }
div.DivClassName
{
background-color: #4E3C80;
}
.BgClassName
{
background-color: #4E3C80;
}
</style>
border-color css
<style>
span { border-color: #4E3C80; }
span { border-color: rgb(78,60,128); }
td.TdClassName
{
border-color: #4E3C80;
}
.TagClassName
{
border-color: #4E3C80;
}
</style>