#465157

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

Shades of Trout #465157

Tints of Trout #465157

Color information

#465157 (or 0x465157) is unknown color: approx Trout. HEX triplet: 46, 51 and 57. RGB value is (70,81,87). Sum of RGB (Red+Green+Blue) = 70+81+87=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #465157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465157 is #B9AEA8. Grayscale: #4E4E4E. Windows color (decimal): -12168873 or 5722438. OLE color: 5722438.

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

Color convert

RGB708187-
CMYK0.200.0700.66
HSL201.18º10.83%30.78%-
HSV(B)201.18º19.54%34.12%-
XYZ7.197.8810.16-
YUV78.4132.86122.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=29.41%
G=34.03%
B=36.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7081870.200.0700.66201.1810.8330.78
Hex465157147042c9b1f
Octal10612112724701023111337
Binary100011010100011010111101001110100001011001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465157; }

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

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

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

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

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

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

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

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