#465053

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

Shades of Trout #465053

Tints of Trout #465053

Color information

#465053 (or 0x465053) is unknown color: approx Trout. HEX triplet: 46, 50 and 53. RGB value is (70,80,83). Sum of RGB (Red+Green+Blue) = 70+80+83=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #465053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465053 is #B9AFAC. Grayscale: #4D4D4D. Windows color (decimal): -12169133 or 5460038. OLE color: 5460038.

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

Color convert

RGB708083-
CMYK0.160.0400.67
HSL193.85º8.5%30%-
HSV(B)193.85º15.66%32.55%-
XYZ6.967.669.3-
YUV77.35131.19122.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=30.04%
G=34.33%
B=35.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7080830.160.0400.67193.858.530
Hex465053104043c281e
Octal10612012320401033021036
Binary100011010100001010011100001000100001111000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465053; }

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

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

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

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

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

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

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

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