#4A605F

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

Shades of River Bed #4A605F

Tints of River Bed #4A605F

Color information

#4A605F (or 0x4A605F) is unknown color: approx River Bed. HEX triplet: 4A, 60 and 5F. RGB value is (74,96,95). Sum of RGB (Red+Green+Blue) = 74+96+95=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #4A605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A605F is #B59FA0. Grayscale: #595959. Windows color (decimal): -11902881 or 6250570. OLE color: 6250570.

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

Color convert

RGB749695-
CMYK0.2300.010.62
HSL177.27º12.94%33.33%-
HSV(B)177.27º22.92%37.65%-
XYZ9.0710.6512.4-
YUV89.31131.21117.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=27.92%
G=36.23%
B=35.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496950.2300.010.62177.2712.9433.33
Hex4A605F17013Eb1d21
Octal1121401372701762611541
Binary1001010110000010111111011101111110101100011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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