Shades of Gigas #4D4079
Tints of Gigas #4D4079
RGB
CMYK
RGB Variations
Color information
#4D4079 (or 0x4D4079) is known color: Gigas. HEX triplet: 4D, 40 and 79. RGB value is (77,64,121). Sum of RGB (Red+Green+Blue) = 77+64+121=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4079 is #B2BF86. Grayscale: #4A4A4A. Windows color (decimal): -11714439 or 7946317. OLE color: 7946317.
HSL color Cylindrical-coordinate representation of color #4D4079: hue angle of 253.68º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4079 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 64 | 121 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.53 |
| HSL | 253.68º | 0.31% | 0.36% | - |
| HSV(B) | 253.68º | 0.47% | 0.47% | - |
| XYZ | 8.35 | 6.63 | 18.93 | - |
| YUV | 74.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 121 | 0.36 | 0.47 | 0 | 0.53 | 253.68 | 0.31 | 0.36 |
| Hex | 4D | 40 | 79 | 24 | 2F | 0 | 35 | FE | 1F | 24 |
| Octal | 115 | 100 | 171 | 44 | 57 | 0 | 65 | 376 | 37 | 44 |
| Binary | 1001101 | 1000000 | 1111001 | 100100 | 101111 | 0 | 110101 | 11111110 | 11111 | 100100 |
Color Harmonies of #4D4079
Complementary color
Monochromatic Colors of #4D4079
Black with #4D4079
Text Example
Text Example
White with #4D4079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4079; }
p { color: rgb(77,64,121); }
H1.HeaderClassName
{
color: #4D4079;
}
.AnyTagClassName
{
color: #4D4079;
}
</style>
background-color css
<style>
a { background-color: #4D4079; }
a { background-color: rgb(77,64,121); }
div.DivClassName
{
background-color: #4D4079;
}
.BgClassName
{
background-color: #4D4079;
}
</style>
border-color css
<style>
span { border-color: #4D4079; }
span { border-color: rgb(77,64,121); }
td.TdClassName
{
border-color: #4D4079;
}
.TagClassName
{
border-color: #4D4079;
}
</style>