Html Css Color HEX #494041 Jon

📋 copy color: '#494041'

red 73 ◦ green 64 ◦ blue 65

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

Shades of Jon #494041

Tints of Jon #494041

RGB

 RED value IS 73 (28.91% from 255) = 36.14%

 GREEN value IS 64 (25.39% from 255) = 31.68%

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 36.14%
G = 31.68%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#494041 (or 0x494041) is known color: Jon. HEX triplet: 49, 40 and 41. RGB value is (73,64,65). Sum of RGB (Red+Green+Blue) = 73+64+65=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #494041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494041 is #B6BFBE. Grayscale: #424242. Windows color (decimal): -11976639 or 4276297. OLE color: 4276297.

HSL color Cylindrical-coordinate representation of color #494041: hue angle of 353.33º 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 #494041 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 65 -
CMYK 0 0.12 0.11 0.71
HSL 353.33º 0.07% 0.27% -
HSV(B) 353.33º 0.12% 0.29% -
XYZ 5.54 5.46 5.76 -
YUV 66.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 73 64 65 0 0.12 0.11 0.71 353.33 0.07 0.27
Hex 49 40 41 0 C B 47 161 7 1B
Octal 111 100 101 0 14 13 107 541 7 33
Binary 1001001 1000000 1000001 0 1100 1011 1000111 101100001 111 11011

Color Harmonies of #494041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494041

Black with #494041

Text Example


Text Example

White with #494041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494041; }

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

 H1.HeaderClassName
 {
   color: #494041;
 }
 .AnyTagClassName
 {
   color: #494041;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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