#4F6160

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

Shades of River Bed #4F6160

Tints of River Bed #4F6160

Color information

#4F6160 (or 0x4F6160) is unknown color: approx River Bed. HEX triplet: 4F, 61 and 60. RGB value is (79,97,96). Sum of RGB (Red+Green+Blue) = 79+97+96=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6160 is #B09E9F. Grayscale: #5B5B5B. Windows color (decimal): -11574944 or 6316367. OLE color: 6316367.

HSL color Cylindrical-coordinate representation of color #4F6160: hue angle of 176.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F6160 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB799796-
CMYK0.1900.010.62
HSL176.67º10.23%34.51%-
HSV(B)176.67º18.56%38.04%-
XYZ9.6111.0612.69-
YUV91.5130.54119.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=29.04%
G=35.66%
B=35.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7997960.1900.010.62176.6710.2334.51
Hex4F616013013Eb1a23
Octal1171411402301762611243
Binary1001111110000111000001001101111110101100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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