Shades of Gigas #4F4183
Tints of Gigas #4F4183
RGB
CMYK
RGB Variations
Color information
#4F4183 (or 0x4F4183) is known color: Gigas. HEX triplet: 4F, 41 and 83. RGB value is (79,65,131). Sum of RGB (Red+Green+Blue) = 79+65+131=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F4183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4183 is #B0BE7C. Grayscale: #4C4C4C. Windows color (decimal): -11583101 or 8601935. OLE color: 8601935.
HSL color Cylindrical-coordinate representation of color #4F4183: hue angle of 252.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F4183 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 65 | 131 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.49 |
| HSL | 252.73º | 0.34% | 0.38% | - |
| HSV(B) | 252.73º | 0.5% | 0.51% | - |
| XYZ | 9.21 | 7.08 | 22.35 | - |
| YUV | 76.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 131 | 0.40 | 0.50 | 0 | 0.49 | 252.73 | 0.34 | 0.38 |
| Hex | 4F | 41 | 83 | 28 | 32 | 0 | 31 | FD | 22 | 26 |
| Octal | 117 | 101 | 203 | 50 | 62 | 0 | 61 | 375 | 42 | 46 |
| Binary | 1001111 | 1000001 | 10000011 | 101000 | 110010 | 0 | 110001 | 11111101 | 100010 | 100110 |
Color Harmonies of #4F4183
Complementary color
Monochromatic Colors of #4F4183
Black with #4F4183
Text Example
Text Example
White with #4F4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4183; }
p { color: rgb(79,65,131); }
H1.HeaderClassName
{
color: #4F4183;
}
.AnyTagClassName
{
color: #4F4183;
}
</style>
background-color css
<style>
a { background-color: #4F4183; }
a { background-color: rgb(79,65,131); }
div.DivClassName
{
background-color: #4F4183;
}
.BgClassName
{
background-color: #4F4183;
}
</style>
border-color css
<style>
span { border-color: #4F4183; }
span { border-color: rgb(79,65,131); }
td.TdClassName
{
border-color: #4F4183;
}
.TagClassName
{
border-color: #4F4183;
}
</style>