Shades of Jon #473F41
Tints of Jon #473F41
RGB
CMYK
RGB Variations
Color information
#473F41 (or 0x473F41) is known color: Jon. HEX triplet: 47, 3F and 41. RGB value is (71,63,65). Sum of RGB (Red+Green+Blue) = 71+63+65=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #473F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F41 is #B8C0BE. Grayscale: #414141. Windows color (decimal): -12107967 or 4276039. OLE color: 4276039.
HSL color Cylindrical-coordinate representation of color #473F41: hue angle of 345º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #473F41 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 65 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.72 |
| HSL | 345º | 0.06% | 0.26% | - |
| HSV(B) | 345º | 0.11% | 0.28% | - |
| XYZ | 5.33 | 5.28 | 5.74 | - |
| YUV | 65.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 65 | 0 | 0.11 | 0.08 | 0.72 | 345 | 0.06 | 0.26 |
| Hex | 47 | 3F | 41 | 0 | B | 8 | 48 | 159 | 6 | 1A |
| Octal | 107 | 77 | 101 | 0 | 13 | 10 | 110 | 531 | 6 | 32 |
| Binary | 1000111 | 111111 | 1000001 | 0 | 1011 | 1000 | 1001000 | 101011001 | 110 | 11010 |
Color Harmonies of #473F41
Complementary color
Monochromatic Colors of #473F41
Black with #473F41
Text Example
Text Example
White with #473F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F41; }
p { color: rgb(71,63,65); }
H1.HeaderClassName
{
color: #473F41;
}
.AnyTagClassName
{
color: #473F41;
}
</style>
background-color css
<style>
a { background-color: #473F41; }
a { background-color: rgb(71,63,65); }
div.DivClassName
{
background-color: #473F41;
}
.BgClassName
{
background-color: #473F41;
}
</style>
border-color css
<style>
span { border-color: #473F41; }
span { border-color: rgb(71,63,65); }
td.TdClassName
{
border-color: #473F41;
}
.TagClassName
{
border-color: #473F41;
}
</style>