#485256

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

Shades of Trout #485256

Tints of Trout #485256

Color information

#485256 (or 0x485256) is unknown color: approx Trout. HEX triplet: 48, 52 and 56. RGB value is (72,82,86). Sum of RGB (Red+Green+Blue) = 72+82+86=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #485256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485256 is #B7ADA9. Grayscale: #4F4F4F. Windows color (decimal): -12037546 or 5657160. OLE color: 5657160.

HSL color Cylindrical-coordinate representation of color #485256: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #485256 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB728286-
CMYK0.160.0500.66
HSL197.14º8.86%30.98%-
HSV(B)197.14º16.28%33.73%-
XYZ7.378.089.98-
YUV79.47131.69122.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=30%
G=34.17%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7282860.160.0500.66197.148.8630.98
Hex485256105042c591f
Octal11012212620501023051137
Binary100100010100101010110100001010100001011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485256; }

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

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

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

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

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

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

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

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