#494C4D

Color #494C4D Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #494C4D

Tints of Trout #494C4D

Color information

#494C4D (or 0x494C4D) is unknown color: approx Trout. HEX triplet: 49, 4C and 4D. RGB value is (73,76,77). Sum of RGB (Red+Green+Blue) = 73+76+77=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 77 - color contains mainly: blue. Hex color #494C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C4D is #B6B3B2. Grayscale: #4B4B4B. Windows color (decimal): -11973555 or 5065801. OLE color: 5065801.

HSL color Cylindrical-coordinate representation of color #494C4D: hue angle of 195º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494C4D is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB737677-
CMYK0.050.0100.70
HSL195º2.67%29.41%-
HSV(B)195º5.19%30.2%-
XYZ6.677.128.04-
YUV75.22129.01126.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=32.30%
G=33.63%
B=34.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376770.050.0100.701952.6729.41
Hex494C4D51046c331d
Octal111114115510106303335
Binary100100110011001001101101101000110110000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494C4D; }

 p { color: rgb(73,76,77); }

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

<style>
 a { background-color: #494C4D; }

 a { background-color: rgb(73,76,77); }

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

<style>
 span { border-color: #494C4D; }

 span { border-color: rgb(73,76,77); }

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