Shades of Jon #4F373B
Tints of Jon #4F373B
RGB
CMYK
RGB Variations
Color information
#4F373B (or 0x4F373B) is known color: Jon. HEX triplet: 4F, 37 and 3B. RGB value is (79,55,59). Sum of RGB (Red+Green+Blue) = 79+55+59=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F373B is #B0C8C4. Grayscale: #3E3E3E. Windows color (decimal): -11585733 or 3880783. OLE color: 3880783.
HSL color Cylindrical-coordinate representation of color #4F373B: hue angle of 350º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F373B is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 55 | 59 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.69 |
| HSL | 350º | 0.18% | 0.26% | - |
| HSV(B) | 350º | 0.3% | 0.31% | - |
| XYZ | 5.38 | 4.71 | 4.76 | - |
| YUV | 62.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 55 | 59 | 0 | 0.30 | 0.25 | 0.69 | 350 | 0.18 | 0.26 |
| Hex | 4F | 37 | 3B | 0 | 1E | 19 | 45 | 15E | 12 | 1A |
| Octal | 117 | 67 | 73 | 0 | 36 | 31 | 105 | 536 | 22 | 32 |
| Binary | 1001111 | 110111 | 111011 | 0 | 11110 | 11001 | 1000101 | 101011110 | 10010 | 11010 |
Color Harmonies of #4F373B
Complementary color
Monochromatic Colors of #4F373B
Black with #4F373B
Text Example
Text Example
White with #4F373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F373B; }
p { color: rgb(79,55,59); }
H1.HeaderClassName
{
color: #4F373B;
}
.AnyTagClassName
{
color: #4F373B;
}
</style>
background-color css
<style>
a { background-color: #4F373B; }
a { background-color: rgb(79,55,59); }
div.DivClassName
{
background-color: #4F373B;
}
.BgClassName
{
background-color: #4F373B;
}
</style>
border-color css
<style>
span { border-color: #4F373B; }
span { border-color: rgb(79,55,59); }
td.TdClassName
{
border-color: #4F373B;
}
.TagClassName
{
border-color: #4F373B;
}
</style>