#465257

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

Shades of Trout #465257

Tints of Trout #465257

Color information

#465257 (or 0x465257) is unknown color: approx Trout. HEX triplet: 46, 52 and 57. RGB value is (70,82,87). Sum of RGB (Red+Green+Blue) = 70+82+87=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #465257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465257 is #B9ADA8. Grayscale: #4E4E4E. Windows color (decimal): -12168617 or 5722694. OLE color: 5722694.

HSL color Cylindrical-coordinate representation of color #465257: hue angle of 197.65º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465257 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB708287-
CMYK0.200.0600.66
HSL197.65º10.83%30.78%-
HSV(B)197.65º19.54%34.12%-
XYZ7.268.0210.18-
YUV78.98132.52121.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=29.29%
G=34.31%
B=36.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7082870.200.0600.66197.6510.8330.78
Hex465257146042c6b1f
Octal10612212724601023061337
Binary100011010100101010111101001100100001011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465257; }

 p { color: rgb(70,82,87); }

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

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

 a { background-color: rgb(70,82,87); }

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

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

 span { border-color: rgb(70,82,87); }

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