#4F706C

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

Shades of William #4F706C

Tints of William #4F706C

Color information

#4F706C (or 0x4F706C) is unknown color: approx William. HEX triplet: 4F, 70 and 6C. RGB value is (79,112,108). Sum of RGB (Red+Green+Blue) = 79+112+108=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #4F706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F706C is #B08F93. Grayscale: #656565. Windows color (decimal): -11571092 or 7106639. OLE color: 7106639.

HSL color Cylindrical-coordinate representation of color #4F706C: hue angle of 172.73º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F706C is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB79112108-
CMYK0.2900.040.56
HSL172.73º17.28%37.45%-
HSV(B)172.73º29.46%43.92%-
XYZ11.7314.3316.34-
YUV101.68131.57111.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=26.42%
G=37.46%
B=36.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791121080.2900.040.56172.7317.2837.45
Hex4F706C1D0438ad1125
Octal1171601543504702552145
Binary1001111111000011011001110101001110001010110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,112,108); }

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

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

 a { background-color: rgb(79,112,108); }

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

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

 span { border-color: rgb(79,112,108); }

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