#4F7F63

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

Shades of Como #4F7F63

Tints of Como #4F7F63

Color information

#4F7F63 (or 0x4F7F63) is unknown color: approx Como. HEX triplet: 4F, 7F and 63. RGB value is (79,127,99). Sum of RGB (Red+Green+Blue) = 79+127+99=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #4F7F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7F63 is #B0809C. Grayscale: #6D6D6D. Windows color (decimal): -11567261 or 6520655. OLE color: 6520655.

HSL color Cylindrical-coordinate representation of color #4F7F63: hue angle of 145º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F7F63 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB7912799-
CMYK0.3800.220.50
HSL145º23.3%40.39%-
HSV(B)145º37.8%49.8%-
XYZ13.0717.7414.54-
YUV109.46122.1106.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=25.90%
G=41.64%
B=32.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79127990.3800.220.5014523.340.39
Hex4F7F632601632911728
Octal11717714346026622212750
Binary1001111111111111000111001100101101100101001000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,127,99); }

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

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

 a { background-color: rgb(79,127,99); }

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

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

 span { border-color: rgb(79,127,99); }

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