Shades of Jon #454142
Tints of Jon #454142
RGB
CMYK
RGB Variations
Color information
#454142 (or 0x454142) is known color: Jon. HEX triplet: 45, 41 and 42. RGB value is (69,65,66). Sum of RGB (Red+Green+Blue) = 69+65+66=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 69 - color contains mainly: red. Hex color #454142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454142 is #BABEBD. Grayscale: #424242. Windows color (decimal): -12238526 or 4342085. OLE color: 4342085.
HSL color Cylindrical-coordinate representation of color #454142: hue angle of 345º degrees, saturation: 0.03, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #454142 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 65 | 66 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.73 |
| HSL | 345º | 0.03% | 0.26% | - |
| HSV(B) | 345º | 0.06% | 0.27% | - |
| XYZ | 5.33 | 5.44 | 5.92 | - |
| YUV | 66.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 66 | 0 | 0.06 | 0.04 | 0.73 | 345 | 0.03 | 0.26 |
| Hex | 45 | 41 | 42 | 0 | 6 | 4 | 49 | 159 | 3 | 1A |
| Octal | 105 | 101 | 102 | 0 | 6 | 4 | 111 | 531 | 3 | 32 |
| Binary | 1000101 | 1000001 | 1000010 | 0 | 110 | 100 | 1001001 | 101011001 | 11 | 11010 |
Color Harmonies of #454142
Complementary color
Monochromatic Colors of #454142
Black with #454142
Text Example
Text Example
White with #454142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454142; }
p { color: rgb(69,65,66); }
H1.HeaderClassName
{
color: #454142;
}
.AnyTagClassName
{
color: #454142;
}
</style>
background-color css
<style>
a { background-color: #454142; }
a { background-color: rgb(69,65,66); }
div.DivClassName
{
background-color: #454142;
}
.BgClassName
{
background-color: #454142;
}
</style>
border-color css
<style>
span { border-color: #454142; }
span { border-color: rgb(69,65,66); }
td.TdClassName
{
border-color: #454142;
}
.TagClassName
{
border-color: #454142;
}
</style>