#485259

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

Shades of Trout #485259

Tints of Trout #485259

Color information

#485259 (or 0x485259) is unknown color: approx Trout. HEX triplet: 48, 52 and 59. RGB value is (72,82,89). Sum of RGB (Red+Green+Blue) = 72+82+89=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #485259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485259 is #B7ADA6. Grayscale: #4F4F4F. Windows color (decimal): -12037543 or 5853768. OLE color: 5853768.

HSL color Cylindrical-coordinate representation of color #485259: hue angle of 204.71º 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 #485259 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728289-
CMYK0.190.0800.65
HSL204.71º10.56%31.57%-
HSV(B)204.71º19.1%34.9%-
XYZ7.498.1310.63-
YUV79.81133.19122.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=29.63%
G=33.74%
B=36.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7282890.190.0800.65204.7110.5631.57
Hex485259138041cdb20
Octal110122131231001013151340
Binary10010001010010101100110011100001000001110011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485259; }

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

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

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

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

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

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

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

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