#465054

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

Shades of Trout #465054

Tints of Trout #465054

Color information

#465054 (or 0x465054) is unknown color: approx Trout. HEX triplet: 46, 50 and 54. RGB value is (70,80,84). Sum of RGB (Red+Green+Blue) = 70+80+84=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #465054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465054 is #B9AFAB. Grayscale: #4D4D4D. Windows color (decimal): -12169132 or 5525574. OLE color: 5525574.

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

Color convert

RGB708084-
CMYK0.170.0500.67
HSL197.14º9.09%30.2%-
HSV(B)197.14º16.67%32.94%-
XYZ6.997.689.5-
YUV77.47131.69122.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=29.91%
G=34.19%
B=35.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7080840.170.0500.67197.149.0930.2
Hex465054115043c591e
Octal10612012421501033051136
Binary100011010100001010100100011010100001111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465054; }

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

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

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

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

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

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

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

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