#407A5D

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

Shades of Amazon #407A5D

Tints of Amazon #407A5D

Color information

#407A5D (or 0x407A5D) is unknown color: approx Amazon. HEX triplet: 40, 7A and 5D. RGB value is (64,122,93). Sum of RGB (Red+Green+Blue) = 64+122+93=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #407A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A5D is #BF85A2. Grayscale: #656565. Windows color (decimal): -12551587 or 6126144. OLE color: 6126144.

HSL color Cylindrical-coordinate representation of color #407A5D: hue angle of 150º 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 #407A5D is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB6412293-
CMYK0.4800.240.52
HSL150º31.18%36.47%-
HSV(B)150º47.54%47.84%-
XYZ11.0515.812.82-
YUV101.35123.28101.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=22.94%
G=43.73%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64122930.4800.240.5215031.1836.47
Hex407A5D3001834961f24
Octal10017213560030642263744
Binary1000000111101010111011100000110001101001001011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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