#4F756F

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

Shades of William #4F756F

Tints of William #4F756F

Color information

#4F756F (or 0x4F756F) is unknown color: approx William. HEX triplet: 4F, 75 and 6F. RGB value is (79,117,111). Sum of RGB (Red+Green+Blue) = 79+117+111=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #4F756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F756F is #B08A90. Grayscale: #686868. Windows color (decimal): -11569809 or 7304527. OLE color: 7304527.

HSL color Cylindrical-coordinate representation of color #4F756F: hue angle of 170.53º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F756F is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB79117111-
CMYK0.3200.050.54
HSL170.53º19.39%38.43%-
HSV(B)170.53º32.48%45.88%-
XYZ12.4515.5317.38-
YUV104.95131.41109.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=25.73%
G=38.11%
B=36.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791171110.3200.050.54170.5319.3938.43
Hex4F756F200536ab1326
Octal1171651574005662532346
Binary10011111110101110111110000001011101101010101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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