#4E6163

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

Shades of River Bed #4E6163

Tints of River Bed #4E6163

Color information

#4E6163 (or 0x4E6163) is unknown color: approx River Bed. HEX triplet: 4E, 61 and 63. RGB value is (78,97,99). Sum of RGB (Red+Green+Blue) = 78+97+99=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6163 is #B19E9C. Grayscale: #5B5B5B. Windows color (decimal): -11640477 or 6512974. OLE color: 6512974.

HSL color Cylindrical-coordinate representation of color #4E6163: hue angle of 185.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E6163 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB789799-
CMYK0.210.0200.61
HSL185.71º11.86%34.71%-
HSV(B)185.71º21.21%38.82%-
XYZ9.6711.0713.43-
YUV91.55132.21118.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.47%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=28.47%
G=35.40%
B=36.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7897990.210.0200.61185.7111.8634.71
Hex4E616315203Dbac23
Octal1161411432520752721443
Binary10011101100001110001110101100111101101110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,99); }

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

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

 a { background-color: rgb(78,97,99); }

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

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

 span { border-color: rgb(78,97,99); }

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