Shades of Gigas #4F417F
Tints of Gigas #4F417F
RGB
CMYK
RGB Variations
Color information
#4F417F (or 0x4F417F) is known color: Gigas. HEX triplet: 4F, 41 and 7F. RGB value is (79,65,127). Sum of RGB (Red+Green+Blue) = 79+65+127=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F417F is #B0BE80. Grayscale: #4C4C4C. Windows color (decimal): -11583105 or 8339791. OLE color: 8339791.
HSL color Cylindrical-coordinate representation of color #4F417F: hue angle of 253.55º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F417F is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 65 | 127 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.50 |
| HSL | 253.55º | 0.32% | 0.38% | - |
| HSV(B) | 253.55º | 0.49% | 0.5% | - |
| XYZ | 8.95 | 6.98 | 20.95 | - |
| YUV | 76.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 127 | 0.38 | 0.49 | 0 | 0.50 | 253.55 | 0.32 | 0.38 |
| Hex | 4F | 41 | 7F | 26 | 31 | 0 | 32 | FE | 20 | 26 |
| Octal | 117 | 101 | 177 | 46 | 61 | 0 | 62 | 376 | 40 | 46 |
| Binary | 1001111 | 1000001 | 1111111 | 100110 | 110001 | 0 | 110010 | 11111110 | 100000 | 100110 |
Color Harmonies of #4F417F
Complementary color
Monochromatic Colors of #4F417F
Black with #4F417F
Text Example
Text Example
White with #4F417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F417F; }
p { color: rgb(79,65,127); }
H1.HeaderClassName
{
color: #4F417F;
}
.AnyTagClassName
{
color: #4F417F;
}
</style>
background-color css
<style>
a { background-color: #4F417F; }
a { background-color: rgb(79,65,127); }
div.DivClassName
{
background-color: #4F417F;
}
.BgClassName
{
background-color: #4F417F;
}
</style>
border-color css
<style>
span { border-color: #4F417F; }
span { border-color: rgb(79,65,127); }
td.TdClassName
{
border-color: #4F417F;
}
.TagClassName
{
border-color: #4F417F;
}
</style>