Shades of Jon #4A383C
Tints of Jon #4A383C
RGB
CMYK
RGB Variations
Color information
#4A383C (or 0x4A383C) is known color: Jon. HEX triplet: 4A, 38 and 3C. RGB value is (74,56,60). Sum of RGB (Red+Green+Blue) = 74+56+60=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A383C is #B5C7C3. Grayscale: #3D3D3D. Windows color (decimal): -11913156 or 3946570. OLE color: 3946570.
HSL color Cylindrical-coordinate representation of color #4A383C: hue angle of 346.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A383C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 56 | 60 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.71 |
| HSL | 346.67º | 0.14% | 0.25% | - |
| HSV(B) | 346.67º | 0.24% | 0.29% | - |
| XYZ | 5.05 | 4.61 | 4.9 | - |
| YUV | 61.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 60 | 0 | 0.24 | 0.19 | 0.71 | 346.67 | 0.14 | 0.25 |
| Hex | 4A | 38 | 3C | 0 | 18 | 13 | 47 | 15B | E | 19 |
| Octal | 112 | 70 | 74 | 0 | 30 | 23 | 107 | 533 | 16 | 31 |
| Binary | 1001010 | 111000 | 111100 | 0 | 11000 | 10011 | 1000111 | 101011011 | 1110 | 11001 |
Color Harmonies of #4A383C
Complementary color
Monochromatic Colors of #4A383C
Black with #4A383C
Text Example
Text Example
White with #4A383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A383C; }
p { color: rgb(74,56,60); }
H1.HeaderClassName
{
color: #4A383C;
}
.AnyTagClassName
{
color: #4A383C;
}
</style>
background-color css
<style>
a { background-color: #4A383C; }
a { background-color: rgb(74,56,60); }
div.DivClassName
{
background-color: #4A383C;
}
.BgClassName
{
background-color: #4A383C;
}
</style>
border-color css
<style>
span { border-color: #4A383C; }
span { border-color: rgb(74,56,60); }
td.TdClassName
{
border-color: #4A383C;
}
.TagClassName
{
border-color: #4A383C;
}
</style>