Html Css Color HEX #494543 Paco

📋 copy color: '#494543'

red 73 ◦ green 69 ◦ blue 67

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

Shades of Paco #494543

Tints of Paco #494543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

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

R = 34.93%
G = 33.01%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#494543 (or 0x494543) is known color: Paco. HEX triplet: 49, 45 and 43. RGB value is (73,69,67). Sum of RGB (Red+Green+Blue) = 73+69+67=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 73 - color contains mainly: red. Hex color #494543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494543 is #B6BABC. Grayscale: #454545. Windows color (decimal): -11975357 or 4408649. OLE color: 4408649.

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

Color convert

RGB 73 69 67 -
CMYK 0 0.05 0.08 0.71
HSL 20º 0.04% 0.27% -
HSV(B) 20º 0.08% 0.29% -
XYZ 5.89 6.08 6.17 -
YUV 69.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 73 69 67 0 0.05 0.08 0.71 20 0.04 0.27
Hex 49 45 43 0 5 8 47 14 4 1B
Octal 111 105 103 0 5 10 107 24 4 33
Binary 1001001 1000101 1000011 0 101 1000 1000111 10100 100 11011

Color Harmonies of #494543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494543

Black with #494543

Text Example


Text Example

White with #494543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494543; }

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

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

background-color css

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

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

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

border-color css

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

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

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