#4F705D

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

Shades of Como #4F705D

Tints of Como #4F705D

Color information

#4F705D (or 0x4F705D) is unknown color: approx Como. HEX triplet: 4F, 70 and 5D. RGB value is (79,112,93). Sum of RGB (Red+Green+Blue) = 79+112+93=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #4F705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F705D is #B08FA2. Grayscale: #646464. Windows color (decimal): -11571107 or 6123599. OLE color: 6123599.

HSL color Cylindrical-coordinate representation of color #4F705D: hue angle of 145.45º 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 #4F705D is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB7911293-
CMYK0.2900.170.56
HSL145.45º17.28%37.45%-
HSV(B)145.45º29.46%43.92%-
XYZ10.9914.0412.49-
YUV99.97124.07113.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=27.82%
G=39.44%
B=32.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112930.2900.170.56145.4517.2837.45
Hex4F705D1D01138911125
Octal11716013535021702212145
Binary100111111100001011101111010100011110001001000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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