Shades of Gigas #4E4178
Tints of Gigas #4E4178
RGB
CMYK
RGB Variations
Color information
#4E4178 (or 0x4E4178) is known color: Gigas. HEX triplet: 4E, 41 and 78. RGB value is (78,65,120). Sum of RGB (Red+Green+Blue) = 78+65+120=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E4178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4178 is #B1BE87. Grayscale: #4A4A4A. Windows color (decimal): -11648648 or 7881038. OLE color: 7881038.
HSL color Cylindrical-coordinate representation of color #4E4178: hue angle of 254.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E4178 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 65 | 120 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.53 |
| HSL | 254.18º | 0.3% | 0.36% | - |
| HSV(B) | 254.18º | 0.46% | 0.47% | - |
| XYZ | 8.42 | 6.76 | 18.63 | - |
| YUV | 75.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 120 | 0.35 | 0.46 | 0 | 0.53 | 254.18 | 0.3 | 0.36 |
| Hex | 4E | 41 | 78 | 23 | 2E | 0 | 35 | FE | 1E | 24 |
| Octal | 116 | 101 | 170 | 43 | 56 | 0 | 65 | 376 | 36 | 44 |
| Binary | 1001110 | 1000001 | 1111000 | 100011 | 101110 | 0 | 110101 | 11111110 | 11110 | 100100 |
Color Harmonies of #4E4178
Complementary color
Monochromatic Colors of #4E4178
Black with #4E4178
Text Example
Text Example
White with #4E4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4178; }
p { color: rgb(78,65,120); }
H1.HeaderClassName
{
color: #4E4178;
}
.AnyTagClassName
{
color: #4E4178;
}
</style>
background-color css
<style>
a { background-color: #4E4178; }
a { background-color: rgb(78,65,120); }
div.DivClassName
{
background-color: #4E4178;
}
.BgClassName
{
background-color: #4E4178;
}
</style>
border-color css
<style>
span { border-color: #4E4178; }
span { border-color: rgb(78,65,120); }
td.TdClassName
{
border-color: #4E4178;
}
.TagClassName
{
border-color: #4E4178;
}
</style>