#494F54

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

Shades of Trout #494F54

Tints of Trout #494F54

Color information

#494F54 (or 0x494F54) is unknown color: approx Trout. HEX triplet: 49, 4F and 54. RGB value is (73,79,84). Sum of RGB (Red+Green+Blue) = 73+79+84=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: blue. Hex color #494F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F54 is #B6B0AB. Grayscale: #4D4D4D. Windows color (decimal): -11972780 or 5525321. OLE color: 5525321.

HSL color Cylindrical-coordinate representation of color #494F54: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #494F54 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB737984-
CMYK0.130.0600.67
HSL207.27º7.01%30.78%-
HSV(B)207.27º13.1%32.94%-
XYZ7.147.659.49-
YUV77.78131.51124.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=30.93%
G=33.47%
B=35.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7379840.130.0600.67207.277.0130.78
Hex494F54D6043cf71f
Octal1111171241560103317737
Binary1001001100111110101001101110010000111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,79,84); }

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

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

 a { background-color: rgb(73,79,84); }

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

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

 span { border-color: rgb(73,79,84); }

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