Shades of Jon #484243
Tints of Jon #484243
RGB
CMYK
RGB Variations
Color information
#484243 (or 0x484243) is known color: Jon. HEX triplet: 48, 42 and 43. RGB value is (72,66,67). Sum of RGB (Red+Green+Blue) = 72+66+67=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 72 - color contains mainly: red. Hex color #484243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484243 is #B7BDBC. Grayscale: #434343. Windows color (decimal): -12041661 or 4407880. OLE color: 4407880.
HSL color Cylindrical-coordinate representation of color #484243: hue angle of 350º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484243 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 67 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.72 |
| HSL | 350º | 0.04% | 0.27% | - |
| HSV(B) | 350º | 0.08% | 0.28% | - |
| XYZ | 5.63 | 5.68 | 6.11 | - |
| YUV | 67.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 67 | 0 | 0.08 | 0.07 | 0.72 | 350 | 0.04 | 0.27 |
| Hex | 48 | 42 | 43 | 0 | 8 | 7 | 48 | 15E | 4 | 1B |
| Octal | 110 | 102 | 103 | 0 | 10 | 7 | 110 | 536 | 4 | 33 |
| Binary | 1001000 | 1000010 | 1000011 | 0 | 1000 | 111 | 1001000 | 101011110 | 100 | 11011 |
Color Harmonies of #484243
Complementary color
Monochromatic Colors of #484243
Black with #484243
Text Example
Text Example
White with #484243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484243; }
p { color: rgb(72,66,67); }
H1.HeaderClassName
{
color: #484243;
}
.AnyTagClassName
{
color: #484243;
}
</style>
background-color css
<style>
a { background-color: #484243; }
a { background-color: rgb(72,66,67); }
div.DivClassName
{
background-color: #484243;
}
.BgClassName
{
background-color: #484243;
}
</style>
border-color css
<style>
span { border-color: #484243; }
span { border-color: rgb(72,66,67); }
td.TdClassName
{
border-color: #484243;
}
.TagClassName
{
border-color: #484243;
}
</style>