#4A6160

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

Shades of River Bed #4A6160

Tints of River Bed #4A6160

Color information

#4A6160 (or 0x4A6160) is unknown color: approx River Bed. HEX triplet: 4A, 61 and 60. RGB value is (74,97,96). Sum of RGB (Red+Green+Blue) = 74+97+96=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6160 is #B59E9F. Grayscale: #595959. Windows color (decimal): -11902624 or 6316362. OLE color: 6316362.

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

Color convert

RGB749796-
CMYK0.2400.010.62
HSL177.39º13.45%33.53%-
HSV(B)177.39º23.71%38.04%-
XYZ9.2110.8512.68-
YUV90.01131.38116.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=27.72%
G=36.33%
B=35.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7497960.2400.010.62177.3913.4533.53
Hex4A616018013Eb1d22
Octal1121411403001762611542
Binary1001010110000111000001100001111110101100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,96); }

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

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

 a { background-color: rgb(74,97,96); }

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

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

 span { border-color: rgb(74,97,96); }

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