Shades of Jon #4A4344
Tints of Jon #4A4344
RGB
CMYK
RGB Variations
Color information
#4A4344 (or 0x4A4344) is known color: Jon. HEX triplet: 4A, 43 and 44. RGB value is (74,67,68). Sum of RGB (Red+Green+Blue) = 74+67+68=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4344 is #B5BCBB. Grayscale: #454545. Windows color (decimal): -11910332 or 4473674. OLE color: 4473674.
HSL color Cylindrical-coordinate representation of color #4A4344: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A4344 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 68 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.71 |
| HSL | 351.43º | 0.05% | 0.28% | - |
| HSV(B) | 351.43º | 0.09% | 0.29% | - |
| XYZ | 5.87 | 5.89 | 6.3 | - |
| YUV | 69.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 68 | 0 | 0.09 | 0.08 | 0.71 | 351.43 | 0.05 | 0.28 |
| Hex | 4A | 43 | 44 | 0 | 9 | 8 | 47 | 15F | 5 | 1C |
| Octal | 112 | 103 | 104 | 0 | 11 | 10 | 107 | 537 | 5 | 34 |
| Binary | 1001010 | 1000011 | 1000100 | 0 | 1001 | 1000 | 1000111 | 101011111 | 101 | 11100 |
Color Harmonies of #4A4344
Complementary color
Monochromatic Colors of #4A4344
Black with #4A4344
Text Example
Text Example
White with #4A4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4344; }
p { color: rgb(74,67,68); }
H1.HeaderClassName
{
color: #4A4344;
}
.AnyTagClassName
{
color: #4A4344;
}
</style>
background-color css
<style>
a { background-color: #4A4344; }
a { background-color: rgb(74,67,68); }
div.DivClassName
{
background-color: #4A4344;
}
.BgClassName
{
background-color: #4A4344;
}
</style>
border-color css
<style>
span { border-color: #4A4344; }
span { border-color: rgb(74,67,68); }
td.TdClassName
{
border-color: #4A4344;
}
.TagClassName
{
border-color: #4A4344;
}
</style>