Shades of Jon #483E3F
Tints of Jon #483E3F
RGB
CMYK
RGB Variations
Color information
#483E3F (or 0x483E3F) is known color: Jon. HEX triplet: 48, 3E and 3F. RGB value is (72,62,63). Sum of RGB (Red+Green+Blue) = 72+62+63=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #483E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E3F is #B7C1C0. Grayscale: #414141. Windows color (decimal): -12042689 or 4144712. OLE color: 4144712.
HSL color Cylindrical-coordinate representation of color #483E3F: hue angle of 354º 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 #483E3F is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 63 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.72 |
| HSL | 354º | 0.07% | 0.26% | - |
| HSV(B) | 354º | 0.14% | 0.28% | - |
| XYZ | 5.29 | 5.18 | 5.42 | - |
| YUV | 65.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 63 | 0 | 0.14 | 0.12 | 0.72 | 354 | 0.07 | 0.26 |
| Hex | 48 | 3E | 3F | 0 | E | C | 48 | 162 | 7 | 1A |
| Octal | 110 | 76 | 77 | 0 | 16 | 14 | 110 | 542 | 7 | 32 |
| Binary | 1001000 | 111110 | 111111 | 0 | 1110 | 1100 | 1001000 | 101100010 | 111 | 11010 |
Color Harmonies of #483E3F
Complementary color
Monochromatic Colors of #483E3F
Black with #483E3F
Text Example
Text Example
White with #483E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E3F; }
p { color: rgb(72,62,63); }
H1.HeaderClassName
{
color: #483E3F;
}
.AnyTagClassName
{
color: #483E3F;
}
</style>
background-color css
<style>
a { background-color: #483E3F; }
a { background-color: rgb(72,62,63); }
div.DivClassName
{
background-color: #483E3F;
}
.BgClassName
{
background-color: #483E3F;
}
</style>
border-color css
<style>
span { border-color: #483E3F; }
span { border-color: rgb(72,62,63); }
td.TdClassName
{
border-color: #483E3F;
}
.TagClassName
{
border-color: #483E3F;
}
</style>