#465057

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

Shades of Trout #465057

Tints of Trout #465057

Color information

#465057 (or 0x465057) is unknown color: approx Trout. HEX triplet: 46, 50 and 57. RGB value is (70,80,87). Sum of RGB (Red+Green+Blue) = 70+80+87=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 87 - color contains mainly: blue. Hex color #465057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465057 is #B9AFA8. Grayscale: #4D4D4D. Windows color (decimal): -12169129 or 5722182. OLE color: 5722182.

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

Color convert

RGB708087-
CMYK0.200.0800.66
HSL204.71º10.83%30.78%-
HSV(B)204.71º19.54%34.12%-
XYZ7.117.7310.13-
YUV77.81133.19122.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=29.54%
G=33.76%
B=36.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7080870.200.0800.66204.7110.8330.78
Hex465057148042cdb1f
Octal106120127241001023151337
Binary1000110101000010101111010010000100001011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465057; }

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

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

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

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

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

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

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

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