#495254

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

Shades of Trout #495254

Tints of Trout #495254

Color information

#495254 (or 0x495254) is unknown color: approx Trout. HEX triplet: 49, 52 and 54. RGB value is (73,82,84). Sum of RGB (Red+Green+Blue) = 73+82+84=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 84 - color contains mainly: blue. Hex color #495254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495254 is #B6ADAB. Grayscale: #4F4F4F. Windows color (decimal): -11972012 or 5526089. OLE color: 5526089.

HSL color Cylindrical-coordinate representation of color #495254: hue angle of 190.91º 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 #495254 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB738284-
CMYK0.130.0200.67
HSL190.91º7.01%30.78%-
HSV(B)190.91º13.1%32.94%-
XYZ7.378.099.56-
YUV79.54130.52123.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=30.54%
G=34.31%
B=35.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7382840.130.0200.67190.917.0130.78
Hex495254D2043bf71f
Octal1111221241520103277737
Binary100100110100101010100110110010000111011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495254; }

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

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

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

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

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

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

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

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