Html Css Color HEX #494143 Jon

📋 copy color: '#494143'

red 73 ◦ green 65 ◦ blue 67

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

Shades of Jon #494143

Tints of Jon #494143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 67 (26.56% from 255) = 32.68%

R = 35.61%
G = 31.71%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#494143 (or 0x494143) is known color: Jon. HEX triplet: 49, 41 and 43. RGB value is (73,65,67). Sum of RGB (Red+Green+Blue) = 73+65+67=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #494143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494143 is #B6BEBC. Grayscale: #434343. Windows color (decimal): -11976381 or 4407625. OLE color: 4407625.

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

Color convert

RGB 73 65 67 -
CMYK 0 0.11 0.08 0.71
HSL 345º 0.06% 0.27% -
HSV(B) 345º 0.11% 0.29% -
XYZ 5.65 5.6 6.09 -
YUV 67.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 73 65 67 0 0.11 0.08 0.71 345 0.06 0.27
Hex 49 41 43 0 B 8 47 159 6 1B
Octal 111 101 103 0 13 10 107 531 6 33
Binary 1001001 1000001 1000011 0 1011 1000 1000111 101011001 110 11011

Color Harmonies of #494143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494143

Black with #494143

Text Example


Text Example

White with #494143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494143; }

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

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

background-color css

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

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

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

border-color css

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

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

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