Html Css Color HEX #49706E William

📋 copy color: '#49706E'

red 73 ◦ green 112 ◦ blue 110

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

Shades of William #49706E

Tints of William #49706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.29%

R = 24.75%
G = 37.97%
B = 37.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#49706E (or 0x49706E) is known color: William. HEX triplet: 49, 70 and 6E. RGB value is (73,112,110). Sum of RGB (Red+Green+Blue) = 73+112+110=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #49706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49706E is #B68F91. Grayscale: #646464. Windows color (decimal): -11964306 or 7237705. OLE color: 7237705.

HSL color Cylindrical-coordinate representation of color #49706E: hue angle of 176.92º 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 #49706E is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 110 -
CMYK 0.35 0 0.02 0.56
HSL 176.92º 0.21% 0.36% -
HSV(B) 176.92º 0.35% 0.44% -
XYZ 11.36 14.13 16.88 -
YUV 100.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 73 112 110 0.35 0 0.02 0.56 176.92 0.21 0.36
Hex 49 70 6E 23 0 2 38 B1 15 24
Octal 111 160 156 43 0 2 70 261 25 44
Binary 1001001 1110000 1101110 100011 0 10 111000 10110001 10101 100100

Color Harmonies of #49706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49706E

Black with #49706E

Text Example


Text Example

White with #49706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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