Shades of Gigas #4D417C
Tints of Gigas #4D417C
RGB
CMYK
RGB Variations
Color information
#4D417C (or 0x4D417C) is known color: Gigas. HEX triplet: 4D, 41 and 7C. RGB value is (77,65,124). Sum of RGB (Red+Green+Blue) = 77+65+124=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D417C is #B2BE83. Grayscale: #4B4B4B. Windows color (decimal): -11714180 or 8143181. OLE color: 8143181.
HSL color Cylindrical-coordinate representation of color #4D417C: hue angle of 252.2º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D417C is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 65 | 124 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.51 |
| HSL | 252.2º | 0.31% | 0.37% | - |
| HSV(B) | 252.2º | 0.48% | 0.49% | - |
| XYZ | 8.59 | 6.81 | 19.93 | - |
| YUV | 75.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 124 | 0.38 | 0.48 | 0 | 0.51 | 252.2 | 0.31 | 0.37 |
| Hex | 4D | 41 | 7C | 26 | 30 | 0 | 33 | FC | 1F | 25 |
| Octal | 115 | 101 | 174 | 46 | 60 | 0 | 63 | 374 | 37 | 45 |
| Binary | 1001101 | 1000001 | 1111100 | 100110 | 110000 | 0 | 110011 | 11111100 | 11111 | 100101 |
Color Harmonies of #4D417C
Complementary color
Monochromatic Colors of #4D417C
Black with #4D417C
Text Example
Text Example
White with #4D417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D417C; }
p { color: rgb(77,65,124); }
H1.HeaderClassName
{
color: #4D417C;
}
.AnyTagClassName
{
color: #4D417C;
}
</style>
background-color css
<style>
a { background-color: #4D417C; }
a { background-color: rgb(77,65,124); }
div.DivClassName
{
background-color: #4D417C;
}
.BgClassName
{
background-color: #4D417C;
}
</style>
border-color css
<style>
span { border-color: #4D417C; }
span { border-color: rgb(77,65,124); }
td.TdClassName
{
border-color: #4D417C;
}
.TagClassName
{
border-color: #4D417C;
}
</style>