#485459

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

Shades of Trout #485459

Tints of Trout #485459

Color information

#485459 (or 0x485459) is unknown color: approx Trout. HEX triplet: 48, 54 and 59. RGB value is (72,84,89). Sum of RGB (Red+Green+Blue) = 72+84+89=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #485459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485459 is #B7ABA6. Grayscale: #505050. Windows color (decimal): -12037031 or 5854280. OLE color: 5854280.

HSL color Cylindrical-coordinate representation of color #485459: hue angle of 197.65º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485459 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728489-
CMYK0.190.0600.65
HSL197.65º10.56%31.57%-
HSV(B)197.65º19.1%34.9%-
XYZ7.658.4410.68-
YUV80.98132.52121.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 89 (35.16% from 255) = 36.33%
R=29.39%
G=34.29%
B=36.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7284890.190.0600.65197.6510.5631.57
Hex485459136041c6b20
Octal11012413123601013061340
Binary1001000101010010110011001111001000001110001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485459; }

 p { color: rgb(72,84,89); }

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

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

 a { background-color: rgb(72,84,89); }

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

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

 span { border-color: rgb(72,84,89); }

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