Shades of Gigas #4E4081
Tints of Gigas #4E4081
RGB
CMYK
RGB Variations
Color information
#4E4081 (or 0x4E4081) is known color: Gigas. HEX triplet: 4E, 40 and 81. RGB value is (78,64,129). Sum of RGB (Red+Green+Blue) = 78+64+129=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4081 is #B1BF7E. Grayscale: #4B4B4B. Windows color (decimal): -11648895 or 8470606. OLE color: 8470606.
HSL color Cylindrical-coordinate representation of color #4E4081: hue angle of 252.92º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4081 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 64 | 129 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.49 |
| HSL | 252.92º | 0.34% | 0.38% | - |
| HSV(B) | 252.92º | 0.5% | 0.51% | - |
| XYZ | 8.94 | 6.87 | 21.62 | - |
| YUV | 75.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 129 | 0.40 | 0.50 | 0 | 0.49 | 252.92 | 0.34 | 0.38 |
| Hex | 4E | 40 | 81 | 28 | 32 | 0 | 31 | FD | 22 | 26 |
| Octal | 116 | 100 | 201 | 50 | 62 | 0 | 61 | 375 | 42 | 46 |
| Binary | 1001110 | 1000000 | 10000001 | 101000 | 110010 | 0 | 110001 | 11111101 | 100010 | 100110 |
Color Harmonies of #4E4081
Complementary color
Monochromatic Colors of #4E4081
Black with #4E4081
Text Example
Text Example
White with #4E4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4081; }
p { color: rgb(78,64,129); }
H1.HeaderClassName
{
color: #4E4081;
}
.AnyTagClassName
{
color: #4E4081;
}
</style>
background-color css
<style>
a { background-color: #4E4081; }
a { background-color: rgb(78,64,129); }
div.DivClassName
{
background-color: #4E4081;
}
.BgClassName
{
background-color: #4E4081;
}
</style>
border-color css
<style>
span { border-color: #4E4081; }
span { border-color: rgb(78,64,129); }
td.TdClassName
{
border-color: #4E4081;
}
.TagClassName
{
border-color: #4E4081;
}
</style>