Shades of Gigas #4F427C
Tints of Gigas #4F427C
RGB
CMYK
RGB Variations
Color information
#4F427C (or 0x4F427C) is known color: Gigas. HEX triplet: 4F, 42 and 7C. RGB value is (79,66,124). Sum of RGB (Red+Green+Blue) = 79+66+124=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F427C is #B0BD83. Grayscale: #4C4C4C. Windows color (decimal): -11582852 or 8143439. OLE color: 8143439.
HSL color Cylindrical-coordinate representation of color #4F427C: hue angle of 253.45º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F427C is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 66 | 124 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.51 |
| HSL | 253.45º | 0.31% | 0.37% | - |
| HSV(B) | 253.45º | 0.47% | 0.49% | - |
| XYZ | 8.81 | 7.01 | 19.96 | - |
| YUV | 76.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 124 | 0.36 | 0.47 | 0 | 0.51 | 253.45 | 0.31 | 0.37 |
| Hex | 4F | 42 | 7C | 24 | 2F | 0 | 33 | FD | 1F | 25 |
| Octal | 117 | 102 | 174 | 44 | 57 | 0 | 63 | 375 | 37 | 45 |
| Binary | 1001111 | 1000010 | 1111100 | 100100 | 101111 | 0 | 110011 | 11111101 | 11111 | 100101 |
Color Harmonies of #4F427C
Complementary color
Monochromatic Colors of #4F427C
Black with #4F427C
Text Example
Text Example
White with #4F427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F427C; }
p { color: rgb(79,66,124); }
H1.HeaderClassName
{
color: #4F427C;
}
.AnyTagClassName
{
color: #4F427C;
}
</style>
background-color css
<style>
a { background-color: #4F427C; }
a { background-color: rgb(79,66,124); }
div.DivClassName
{
background-color: #4F427C;
}
.BgClassName
{
background-color: #4F427C;
}
</style>
border-color css
<style>
span { border-color: #4F427C; }
span { border-color: rgb(79,66,124); }
td.TdClassName
{
border-color: #4F427C;
}
.TagClassName
{
border-color: #4F427C;
}
</style>