#4F6E5E

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

Shades of Como #4F6E5E

Tints of Como #4F6E5E

Color information

#4F6E5E (or 0x4F6E5E) is unknown color: approx Como. HEX triplet: 4F, 6E and 5E. RGB value is (79,110,94). Sum of RGB (Red+Green+Blue) = 79+110+94=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E5E is #B091A1. Grayscale: #626262. Windows color (decimal): -11571618 or 6188623. OLE color: 6188623.

HSL color Cylindrical-coordinate representation of color #4F6E5E: hue angle of 149.03º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6E5E is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB7911094-
CMYK0.2800.150.57
HSL149.03º16.4%37.06%-
HSV(B)149.03º28.18%43.14%-
XYZ10.8213.6212.65-
YUV98.91125.23113.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=27.92%
G=38.87%
B=33.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79110940.2800.150.57149.0316.437.06
Hex4F6E5E1C0F39951025
Octal11715613634017712252045
Binary10011111101110101111011100011111110011001010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,110,94); }

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

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

 a { background-color: rgb(79,110,94); }

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

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

 span { border-color: rgb(79,110,94); }

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