#4D5F60

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

Shades of River Bed #4D5F60

Tints of River Bed #4D5F60

Color information

#4D5F60 (or 0x4D5F60) is unknown color: approx River Bed. HEX triplet: 4D, 5F and 60. RGB value is (77,95,96). Sum of RGB (Red+Green+Blue) = 77+95+96=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D5F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5F60 is #B2A09F. Grayscale: #595959. Windows color (decimal): -11706528 or 6315853. OLE color: 6315853.

HSL color Cylindrical-coordinate representation of color #4D5F60: hue angle of 183.16º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D5F60 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB779596-
CMYK0.200.0100.62
HSL183.16º10.98%33.92%-
HSV(B)183.16º19.79%37.65%-
XYZ9.2610.6112.63-
YUV89.73131.54118.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.73%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=28.73%
G=35.45%
B=35.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7795960.200.0100.62183.1610.9833.92
Hex4D5F6014103Eb7b22
Octal1151371402410762671342
Binary1001101101111111000001010010111110101101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,95,96); }

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

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

 a { background-color: rgb(77,95,96); }

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

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

 span { border-color: rgb(77,95,96); }

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