#465155

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

Shades of Trout #465155

Tints of Trout #465155

Color information

#465155 (or 0x465155) is unknown color: approx Trout. HEX triplet: 46, 51 and 55. RGB value is (70,81,85). Sum of RGB (Red+Green+Blue) = 70+81+85=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #465155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465155 is #B9AEAA. Grayscale: #4E4E4E. Windows color (decimal): -12168875 or 5591366. OLE color: 5591366.

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

Color convert

RGB708185-
CMYK0.180.0500.67
HSL196º9.68%30.39%-
HSV(B)196º17.65%33.33%-
XYZ7.117.849.73-
YUV78.17131.86122.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=29.66%
G=34.32%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7081850.180.0500.671969.6830.39
Hex465155125043c4a1e
Octal10612112522501033041236
Binary100011010100011010101100101010100001111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465155; }

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

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

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

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

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

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

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

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