Html Css Color HEX #494042 Jon

📋 copy color: '#494042'

red 73 ◦ green 64 ◦ blue 66

#494042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #494042

Tints of Jon #494042

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 value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#494042 (or 0x494042) is known color: 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

RGB 73 64 66 -
CMYK 0 0.12 0.10 0.71
HSL 346.67º 0.07% 0.27% -
HSV(B) 346.67º 0.12% 0.29% -
XYZ 5.56 5.48 5.92 -
YUV 66.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 73 64 66 0 0.12 0.10 0.71 346.67 0.07 0.27
Hex 49 40 42 0 C A 47 15B 7 1B
Octal 111 100 102 0 14 12 107 533 7 33
Binary 1001001 1000000 1000010 0 1100 1010 1000111 101011011 111 11011

Color Harmonies of #494042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494042

Black with #494042

Text Example


Text Example

White with #494042

Text Example


Text Example

HTML Codes & Css Web 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>