Html Css Color HEX #49716F William

📋 copy color: '#49716F'

red 73 ◦ green 113 ◦ blue 111

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

Shades of William #49716F

Tints of William #49716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 24.58%
G = 38.05%
B = 37.37%

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

#49716F (or 0x49716F) is known color: William. HEX triplet: 49, 71 and 6F. RGB value is (73,113,111). Sum of RGB (Red+Green+Blue) = 73+113+111=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #49716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49716F is #B68E90. Grayscale: #646464. Windows color (decimal): -11964049 or 7303497. OLE color: 7303497.

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

Color convert

RGB 73 113 111 -
CMYK 0.35 0 0.02 0.56
HSL 177º 0.22% 0.36% -
HSV(B) 177º 0.35% 0.44% -
XYZ 11.52 14.37 17.21 -
YUV 100.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 73 113 111 0.35 0 0.02 0.56 177 0.22 0.36
Hex 49 71 6F 23 0 2 38 B1 16 24
Octal 111 161 157 43 0 2 70 261 26 44
Binary 1001001 1110001 1101111 100011 0 10 111000 10110001 10110 100100

Color Harmonies of #49716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49716F

Black with #49716F

Text Example


Text Example

White with #49716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49716F; }

 p { color: rgb(73,113,111); }

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

background-color css

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

 a { background-color: rgb(73,113,111); }

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

border-color css

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

 span { border-color: rgb(73,113,111); }

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