#465258

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

Shades of Trout #465258

Tints of Trout #465258

Color information

#465258 (or 0x465258) is unknown color: approx Trout. HEX triplet: 46, 52 and 58. RGB value is (70,82,88). Sum of RGB (Red+Green+Blue) = 70+82+88=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #465258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465258 is #B9ADA7. Grayscale: #4F4F4F. Windows color (decimal): -12168616 or 5788230. OLE color: 5788230.

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

Color convert

RGB708288-
CMYK0.200.0700.65
HSL200º11.39%30.98%-
HSV(B)200º20.45%34.51%-
XYZ7.38.0410.4-
YUV79.1133.02121.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=29.17%
G=34.17%
B=36.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7082880.200.0700.6520011.3930.98
Hex465258147041c8b1f
Octal10612213024701013101337
Binary100011010100101011000101001110100000111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465258; }

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

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

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

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

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

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

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

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