#494042

Color #494042 Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #494042

Tints of Jon #494042

Color information

#494042 (or 0x494042) is unknown color: approx Jon. HEX triplet: 49, 40 and 42. RGB value is (73,64,66). Sum of RGB (Red+Green+Blue) = 73+64+66=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #494042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494042 is #B6BFBD. Grayscale: #424242. Windows color (decimal): -11976638 or 4341833. OLE color: 4341833.

HSL color Cylindrical-coordinate representation of color #494042: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494042 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB736466-
CMYK00.120.100.71
HSL346.67º6.57%26.86%-
HSV(B)346.67º12.33%28.63%-
XYZ5.565.485.92-
YUV66.92127.48132.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=35.96%
G=31.53%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73646600.120.100.71346.676.5726.86
Hex4940420CA4715b71b
Octal11110010201412107533733
Binary100100110000001000010011001010100011110101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494042; }

 p { color: rgb(73,64,66); }

 H1.HeaderClassName
 {
   color: #494042;
 }
 .AnyTagClassName
 {
   color: #494042;
 }
</style>
background-color css

<style>
 a { background-color: #494042; }

 a { background-color: rgb(73,64,66); }

 div.DivClassName
 {
   background-color: #494042;
 }
 .BgClassName
 {
   background-color: #494042;
 }
</style>
border-color css

<style>
 span { border-color: #494042; }

 span { border-color: rgb(73,64,66); }

 td.TdClassName
 {
   border-color: #494042;
 }
 .TagClassName
 {
   border-color: #494042;
 }
</style>