Html Css Color HEX #49705E Como

📋 copy color: '#49705E'

red 73 ◦ green 112 ◦ blue 94

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

Shades of Como #49705E

Tints of Como #49705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 94 (37.11% from 255) = 33.69%

R = 26.16%
G = 40.14%
B = 33.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#49705E (or 0x49705E) is known color: Como. HEX triplet: 49, 70 and 5E. RGB value is (73,112,94). Sum of RGB (Red+Green+Blue) = 73+112+94=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #49705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49705E is #B68FA1. Grayscale: #626262. Windows color (decimal): -11964322 or 6189129. OLE color: 6189129.

HSL color Cylindrical-coordinate representation of color #49705E: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49705E is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 94 -
CMYK 0.35 0 0.16 0.56
HSL 152.31º 0.21% 0.36% -
HSV(B) 152.31º 0.35% 0.44% -
XYZ 10.56 13.81 12.7 -
YUV 98.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 73 112 94 0.35 0 0.16 0.56 152.31 0.21 0.36
Hex 49 70 5E 23 0 10 38 98 15 24
Octal 111 160 136 43 0 20 70 230 25 44
Binary 1001001 1110000 1011110 100011 0 10000 111000 10011000 10101 100100

Color Harmonies of #49705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49705E

Black with #49705E

Text Example


Text Example

White with #49705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49705E; }

 p { color: rgb(73,112,94); }

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

background-color css

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

 a { background-color: rgb(73,112,94); }

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

border-color css

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

 span { border-color: rgb(73,112,94); }

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