#4F7061

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

Shades of Como #4F7061

Tints of Como #4F7061

Color information

#4F7061 (or 0x4F7061) is unknown color: approx Como. HEX triplet: 4F, 70 and 61. RGB value is (79,112,97). Sum of RGB (Red+Green+Blue) = 79+112+97=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7061 is #B08F9E. Grayscale: #646464. Windows color (decimal): -11571103 or 6385743. OLE color: 6385743.

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

Color convert

RGB7911297-
CMYK0.2900.130.56
HSL152.73º17.28%37.45%-
HSV(B)152.73º29.46%43.92%-
XYZ11.1814.1113.44-
YUV100.42126.07112.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.43%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=27.43%
G=38.89%
B=33.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112970.2900.130.56152.7317.2837.45
Hex4F70611D0D38991125
Octal11716014135015702312145
Binary10011111110000110000111101011011110001001100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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