Shades of Gigas #4E3C7C
Tints of Gigas #4E3C7C
RGB
CMYK
RGB Variations
Color information
#4E3C7C (or 0x4E3C7C) is known color: Gigas. HEX triplet: 4E, 3C and 7C. RGB value is (78,60,124). Sum of RGB (Red+Green+Blue) = 78+60+124=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E3C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3C7C is #B1C383. Grayscale: #484848. Windows color (decimal): -11649924 or 8141902. OLE color: 8141902.
HSL color Cylindrical-coordinate representation of color #4E3C7C: hue angle of 256.88º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E3C7C is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 60 | 124 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.51 |
| HSL | 256.88º | 0.35% | 0.36% | - |
| HSV(B) | 256.88º | 0.52% | 0.49% | - |
| XYZ | 8.4 | 6.31 | 19.84 | - |
| YUV | 72.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 124 | 0.37 | 0.52 | 0 | 0.51 | 256.88 | 0.35 | 0.36 |
| Hex | 4E | 3C | 7C | 25 | 34 | 0 | 33 | 101 | 23 | 24 |
| Octal | 116 | 74 | 174 | 45 | 64 | 0 | 63 | 401 | 43 | 44 |
| Binary | 1001110 | 111100 | 1111100 | 100101 | 110100 | 0 | 110011 | 100000001 | 100011 | 100100 |
Color Harmonies of #4E3C7C
Complementary color
Monochromatic Colors of #4E3C7C
Black with #4E3C7C
Text Example
Text Example
White with #4E3C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C7C; }
p { color: rgb(78,60,124); }
H1.HeaderClassName
{
color: #4E3C7C;
}
.AnyTagClassName
{
color: #4E3C7C;
}
</style>
background-color css
<style>
a { background-color: #4E3C7C; }
a { background-color: rgb(78,60,124); }
div.DivClassName
{
background-color: #4E3C7C;
}
.BgClassName
{
background-color: #4E3C7C;
}
</style>
border-color css
<style>
span { border-color: #4E3C7C; }
span { border-color: rgb(78,60,124); }
td.TdClassName
{
border-color: #4E3C7C;
}
.TagClassName
{
border-color: #4E3C7C;
}
</style>