#464E50

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

Shades of Trout #464E50

Tints of Trout #464E50

Color information

#464E50 (or 0x464E50) is unknown color: approx Trout. HEX triplet: 46, 4E and 50. RGB value is (70,78,80). Sum of RGB (Red+Green+Blue) = 70+78+80=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 80 - color contains mainly: blue. Hex color #464E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E50 is #B9B1AF. Grayscale: #4B4B4B. Windows color (decimal): -12169648 or 5262918. OLE color: 5262918.

HSL color Cylindrical-coordinate representation of color #464E50: hue angle of 192º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #464E50 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB707880-
CMYK0.120.0200.69
HSL192º6.67%29.41%-
HSV(B)192º12.5%31.37%-
XYZ6.77.338.65-
YUV75.84130.35123.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=30.70%
G=34.21%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078800.120.0200.691926.6729.41
Hex464E50C2045c071d
Octal1061161201420105300735
Binary100011010011101010000110010010001011100000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464E50; }

 p { color: rgb(70,78,80); }

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

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

 a { background-color: rgb(70,78,80); }

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

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

 span { border-color: rgb(70,78,80); }

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