#485155

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

Shades of Trout #485155

Tints of Trout #485155

Color information

#485155 (or 0x485155) is unknown color: approx Trout. HEX triplet: 48, 51 and 55. RGB value is (72,81,85). Sum of RGB (Red+Green+Blue) = 72+81+85=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #485155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485155 is #B7AEAA. Grayscale: #4E4E4E. Windows color (decimal): -12037803 or 5591368. OLE color: 5591368.

HSL color Cylindrical-coordinate representation of color #485155: hue angle of 198.46º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485155 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB728185-
CMYK0.150.0500.67
HSL198.46º8.28%30.78%-
HSV(B)198.46º15.29%33.33%-
XYZ7.257.929.74-
YUV78.76131.52123.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=30.25%
G=34.03%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7281850.150.0500.67198.468.2830.78
Hex485155F5043c681f
Octal11012112517501033061037
Binary10010001010001101010111111010100001111000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485155; }

 p { color: rgb(72,81,85); }

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

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

 a { background-color: rgb(72,81,85); }

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

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

 span { border-color: rgb(72,81,85); }

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