Shades of Jon #483E41
Tints of Jon #483E41
RGB
CMYK
RGB Variations
Color information
#483E41 (or 0x483E41) is known color: Jon. HEX triplet: 48, 3E and 41. RGB value is (72,62,65). Sum of RGB (Red+Green+Blue) = 72+62+65=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #483E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E41 is #B7C1BE. Grayscale: #414141. Windows color (decimal): -12042687 or 4275784. OLE color: 4275784.
HSL color Cylindrical-coordinate representation of color #483E41: hue angle of 342º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #483E41 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 65 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.72 |
| HSL | 342º | 0.07% | 0.26% | - |
| HSV(B) | 342º | 0.14% | 0.28% | - |
| XYZ | 5.35 | 5.2 | 5.72 | - |
| YUV | 65.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 65 | 0 | 0.14 | 0.10 | 0.72 | 342 | 0.07 | 0.26 |
| Hex | 48 | 3E | 41 | 0 | E | A | 48 | 156 | 7 | 1A |
| Octal | 110 | 76 | 101 | 0 | 16 | 12 | 110 | 526 | 7 | 32 |
| Binary | 1001000 | 111110 | 1000001 | 0 | 1110 | 1010 | 1001000 | 101010110 | 111 | 11010 |
Color Harmonies of #483E41
Complementary color
Monochromatic Colors of #483E41
Black with #483E41
Text Example
Text Example
White with #483E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E41; }
p { color: rgb(72,62,65); }
H1.HeaderClassName
{
color: #483E41;
}
.AnyTagClassName
{
color: #483E41;
}
</style>
background-color css
<style>
a { background-color: #483E41; }
a { background-color: rgb(72,62,65); }
div.DivClassName
{
background-color: #483E41;
}
.BgClassName
{
background-color: #483E41;
}
</style>
border-color css
<style>
span { border-color: #483E41; }
span { border-color: rgb(72,62,65); }
td.TdClassName
{
border-color: #483E41;
}
.TagClassName
{
border-color: #483E41;
}
</style>