#495054

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

Shades of Trout #495054

Tints of Trout #495054

Color information

#495054 (or 0x495054) is unknown color: approx Trout. HEX triplet: 49, 50 and 54. RGB value is (73,80,84). Sum of RGB (Red+Green+Blue) = 73+80+84=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 84 - color contains mainly: blue. Hex color #495054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495054 is #B6AFAB. Grayscale: #4E4E4E. Windows color (decimal): -11972524 or 5525577. OLE color: 5525577.

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

Color convert

RGB738084-
CMYK0.130.0500.67
HSL201.82º7.01%30.78%-
HSV(B)201.82º13.1%32.94%-
XYZ7.227.799.51-
YUV78.36131.18124.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=30.80%
G=33.76%
B=35.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7380840.130.0500.67201.827.0130.78
Hex495054D5043ca71f
Octal1111201241550103312737
Binary1001001101000010101001101101010000111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495054; }

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

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

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

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

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

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

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

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