#4D595B

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

Shades of River Bed #4D595B

Tints of River Bed #4D595B

Color information

#4D595B (or 0x4D595B) is unknown color: approx River Bed. HEX triplet: 4D, 59 and 5B. RGB value is (77,89,91). Sum of RGB (Red+Green+Blue) = 77+89+91=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D595B is #B2A6A4. Grayscale: #555555. Windows color (decimal): -11708069 or 5986637. OLE color: 5986637.

HSL color Cylindrical-coordinate representation of color #4D595B: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D595B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB778991-
CMYK0.150.0200.64
HSL188.57º8.33%32.94%-
HSV(B)188.57º15.38%35.69%-
XYZ8.529.4811.28-
YUV85.64131.02121.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.96%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=29.96%
G=34.63%
B=35.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7789910.150.0200.64188.578.3332.94
Hex4D595BF2040bd821
Octal11513113317201002751041
Binary10011011011001101101111111001000000101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,89,91); }

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

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

 a { background-color: rgb(77,89,91); }

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

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

 span { border-color: rgb(77,89,91); }

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