#4E595B

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

Shades of River Bed #4E595B

Tints of River Bed #4E595B

Color information

#4E595B (or 0x4E595B) is unknown color: approx River Bed. HEX triplet: 4E, 59 and 5B. RGB value is (78,89,91). Sum of RGB (Red+Green+Blue) = 78+89+91=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E595B is #B1A6A4. Grayscale: #555555. Windows color (decimal): -11642533 or 5986638. OLE color: 5986638.

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

Color convert

RGB788991-
CMYK0.140.0200.64
HSL189.23º7.69%33.14%-
HSV(B)189.23º14.29%35.69%-
XYZ8.69.5211.28-
YUV85.94130.86122.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.23%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=30.23%
G=34.50%
B=35.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7889910.140.0200.64189.237.6933.14
Hex4E595BE2040bd821
Octal11613113316201002751041
Binary10011101011001101101111101001000000101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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