#4D6162

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

Shades of River Bed #4D6162

Tints of River Bed #4D6162

Color information

#4D6162 (or 0x4D6162) is unknown color: approx River Bed. HEX triplet: 4D, 61 and 62. RGB value is (77,97,98). Sum of RGB (Red+Green+Blue) = 77+97+98=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D6162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6162 is #B29E9D. Grayscale: #5B5B5B. Windows color (decimal): -11706014 or 6447437. OLE color: 6447437.

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

Color convert

RGB779798-
CMYK0.210.0100.62
HSL182.86º12%34.31%-
HSV(B)182.86º21.43%38.43%-
XYZ9.5411.0113.18-
YUV91.13131.87117.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.31%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=28.31%
G=35.66%
B=36.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797980.210.0100.62182.861234.31
Hex4D616215103Eb7c22
Octal1151411422510762671442
Binary1001101110000111000101010110111110101101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,98); }

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

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

 a { background-color: rgb(77,97,98); }

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

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

 span { border-color: rgb(77,97,98); }

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