#4A6562

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

Shades of River Bed #4A6562

Tints of River Bed #4A6562

Color information

#4A6562 (or 0x4A6562) is unknown color: approx River Bed. HEX triplet: 4A, 65 and 62. RGB value is (74,101,98). Sum of RGB (Red+Green+Blue) = 74+101+98=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6562 is #B59A9D. Grayscale: #5C5C5C. Windows color (decimal): -11901598 or 6448458. OLE color: 6448458.

HSL color Cylindrical-coordinate representation of color #4A6562: hue angle of 173.33º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A6562 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB7410198-
CMYK0.2700.030.60
HSL173.33º15.43%34.31%-
HSV(B)173.33º26.73%39.61%-
XYZ9.6811.6513.29-
YUV92.58131.05114.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=27.11%
G=37.00%
B=35.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74101980.2700.030.60173.3315.4334.31
Hex4A65621B033Cadf22
Octal1121451423303742551742
Binary10010101100101110001011011011111100101011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,98); }

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

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

 a { background-color: rgb(74,101,98); }

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

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

 span { border-color: rgb(74,101,98); }

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