#46555B

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

Shades of Trout #46555B

Tints of Trout #46555B

Color information

#46555B (or 0x46555B) is unknown color: approx Trout. HEX triplet: 46, 55 and 5B. RGB value is (70,85,91). Sum of RGB (Red+Green+Blue) = 70+85+91=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #46555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46555B is #B9AAA4. Grayscale: #515151. Windows color (decimal): -12167845 or 5985606. OLE color: 5985606.

HSL color Cylindrical-coordinate representation of color #46555B: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46555B is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB708591-
CMYK0.230.0700.64
HSL197.14º13.04%31.57%-
HSV(B)197.14º23.08%35.69%-
XYZ7.668.5511.14-
YUV81.2133.53120.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=28.46%
G=34.55%
B=36.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7085910.230.0700.64197.1413.0431.57
Hex46555B177040c5d20
Octal10612513327701003051540
Binary1000110101010110110111011111101000000110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46555B; }

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

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

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

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

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

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

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

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