#465259

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

Shades of Trout #465259

Tints of Trout #465259

Color information

#465259 (or 0x465259) is unknown color: approx Trout. HEX triplet: 46, 52 and 59. RGB value is (70,82,89). Sum of RGB (Red+Green+Blue) = 70+82+89=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #465259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465259 is #B9ADA6. Grayscale: #4F4F4F. Windows color (decimal): -12168615 or 5853766. OLE color: 5853766.

HSL color Cylindrical-coordinate representation of color #465259: hue angle of 202.11º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465259 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB708289-
CMYK0.210.0800.65
HSL202.11º11.95%31.18%-
HSV(B)202.11º21.35%34.9%-
XYZ7.358.0610.62-
YUV79.21133.52121.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=29.05%
G=34.02%
B=36.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7082890.210.0800.65202.1111.9531.18
Hex465259158041cac1f
Octal106122131251001013121437
Binary1000110101001010110011010110000100000111001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465259; }

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

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

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

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

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

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

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

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