Shades of Gigas #4E4181
Tints of Gigas #4E4181
RGB
CMYK
RGB Variations
Color information
#4E4181 (or 0x4E4181) is known color: Gigas. HEX triplet: 4E, 41 and 81. RGB value is (78,65,129). Sum of RGB (Red+Green+Blue) = 78+65+129=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4181 is #B1BE7E. Grayscale: #4B4B4B. Windows color (decimal): -11648639 or 8470862. OLE color: 8470862.
HSL color Cylindrical-coordinate representation of color #4E4181: hue angle of 252.19º degrees, saturation: 0.33, 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 #4E4181 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 65 | 129 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.49 |
| HSL | 252.19º | 0.33% | 0.38% | - |
| HSV(B) | 252.19º | 0.5% | 0.51% | - |
| XYZ | 8.99 | 6.99 | 21.64 | - |
| YUV | 76.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 129 | 0.40 | 0.50 | 0 | 0.49 | 252.19 | 0.33 | 0.38 |
| Hex | 4E | 41 | 81 | 28 | 32 | 0 | 31 | FC | 21 | 26 |
| Octal | 116 | 101 | 201 | 50 | 62 | 0 | 61 | 374 | 41 | 46 |
| Binary | 1001110 | 1000001 | 10000001 | 101000 | 110010 | 0 | 110001 | 11111100 | 100001 | 100110 |
Color Harmonies of #4E4181
Complementary color
Monochromatic Colors of #4E4181
Black with #4E4181
Text Example
Text Example
White with #4E4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4181; }
p { color: rgb(78,65,129); }
H1.HeaderClassName
{
color: #4E4181;
}
.AnyTagClassName
{
color: #4E4181;
}
</style>
background-color css
<style>
a { background-color: #4E4181; }
a { background-color: rgb(78,65,129); }
div.DivClassName
{
background-color: #4E4181;
}
.BgClassName
{
background-color: #4E4181;
}
</style>
border-color css
<style>
span { border-color: #4E4181; }
span { border-color: rgb(78,65,129); }
td.TdClassName
{
border-color: #4E4181;
}
.TagClassName
{
border-color: #4E4181;
}
</style>