Shades of Gigas #4D3F7C
Tints of Gigas #4D3F7C
RGB
CMYK
RGB Variations
Color information
#4D3F7C (or 0x4D3F7C) is known color: Gigas. HEX triplet: 4D, 3F and 7C. RGB value is (77,63,124). Sum of RGB (Red+Green+Blue) = 77+63+124=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D3F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3F7C is #B2C083. Grayscale: #494949. Windows color (decimal): -11714692 or 8142669. OLE color: 8142669.
HSL color Cylindrical-coordinate representation of color #4D3F7C: hue angle of 253.77º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D3F7C is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 63 | 124 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.51 |
| HSL | 253.77º | 0.33% | 0.37% | - |
| HSV(B) | 253.77º | 0.49% | 0.49% | - |
| XYZ | 8.48 | 6.59 | 19.89 | - |
| YUV | 74.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 124 | 0.38 | 0.49 | 0 | 0.51 | 253.77 | 0.33 | 0.37 |
| Hex | 4D | 3F | 7C | 26 | 31 | 0 | 33 | FE | 21 | 25 |
| Octal | 115 | 77 | 174 | 46 | 61 | 0 | 63 | 376 | 41 | 45 |
| Binary | 1001101 | 111111 | 1111100 | 100110 | 110001 | 0 | 110011 | 11111110 | 100001 | 100101 |
Color Harmonies of #4D3F7C
Complementary color
Monochromatic Colors of #4D3F7C
Black with #4D3F7C
Text Example
Text Example
White with #4D3F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F7C; }
p { color: rgb(77,63,124); }
H1.HeaderClassName
{
color: #4D3F7C;
}
.AnyTagClassName
{
color: #4D3F7C;
}
</style>
background-color css
<style>
a { background-color: #4D3F7C; }
a { background-color: rgb(77,63,124); }
div.DivClassName
{
background-color: #4D3F7C;
}
.BgClassName
{
background-color: #4D3F7C;
}
</style>
border-color css
<style>
span { border-color: #4D3F7C; }
span { border-color: rgb(77,63,124); }
td.TdClassName
{
border-color: #4D3F7C;
}
.TagClassName
{
border-color: #4D3F7C;
}
</style>