#407A5E

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

Shades of Amazon #407A5E

Tints of Amazon #407A5E

Color information

#407A5E (or 0x407A5E) is unknown color: approx Amazon. HEX triplet: 40, 7A and 5E. RGB value is (64,122,94). Sum of RGB (Red+Green+Blue) = 64+122+94=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #407A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A5E is #BF85A1. Grayscale: #656565. Windows color (decimal): -12551586 or 6191680. OLE color: 6191680.

HSL color Cylindrical-coordinate representation of color #407A5E: hue angle of 151.03º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A5E is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB6412294-
CMYK0.4800.230.52
HSL151.03º31.18%36.47%-
HSV(B)151.03º47.54%47.84%-
XYZ11.0915.8213.06-
YUV101.47123.78101.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=22.86%
G=43.57%
B=33.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64122940.4800.230.52151.0331.1836.47
Hex407A5E3001734971f24
Octal10017213660027642273744
Binary1000000111101010111101100000101111101001001011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407A5E; }

 p { color: rgb(64,122,94); }

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

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

 a { background-color: rgb(64,122,94); }

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

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

 span { border-color: rgb(64,122,94); }

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