#4F716F

Color #4F716F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #4F716F

Tints of William #4F716F

Color information

#4F716F (or 0x4F716F) is unknown color: approx William. HEX triplet: 4F, 71 and 6F. RGB value is (79,113,111). Sum of RGB (Red+Green+Blue) = 79+113+111=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #4F716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F716F is #B08E90. Grayscale: #666666. Windows color (decimal): -11570833 or 7303503. OLE color: 7303503.

HSL color Cylindrical-coordinate representation of color #4F716F: hue angle of 176.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F716F is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB79113111-
CMYK0.3000.020.56
HSL176.47º17.71%37.65%-
HSV(B)176.47º30.09%44.31%-
XYZ1214.6217.23-
YUV102.61132.74111.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=26.07%
G=37.29%
B=36.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791131110.3000.020.56176.4717.7137.65
Hex4F716F1E0238b01226
Octal1171611573602702602246
Binary100111111100011101111111100101110001011000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F716F; }

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

 H1.HeaderClassName
 {
   color: #4F716F;
 }
 .AnyTagClassName
 {
   color: #4F716F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4F716F;
 }
 .BgClassName
 {
   background-color: #4F716F;
 }
</style>
border-color css

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

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

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