#407457

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

Shades of Amazon #407457

Tints of Amazon #407457

Color information

#407457 (or 0x407457) is unknown color: approx Amazon. HEX triplet: 40, 74 and 57. RGB value is (64,116,87). Sum of RGB (Red+Green+Blue) = 64+116+87=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #407457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407457 is #BF8BA8. Grayscale: #616161. Windows color (decimal): -12553129 or 5731392. OLE color: 5731392.

HSL color Cylindrical-coordinate representation of color #407457: hue angle of 146.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407457 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB6411687-
CMYK0.4500.250.55
HSL146.54º28.89%35.29%-
HSV(B)146.54º44.83%45.49%-
XYZ10.0814.2711.24-
YUV97.15122.27104.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=23.97%
G=43.45%
B=32.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116870.4500.250.55146.5428.8935.29
Hex4074572D01937931d23
Octal10016412755031672233543
Binary1000000111010010101111011010110011101111001001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407457; }

 p { color: rgb(64,116,87); }

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

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

 a { background-color: rgb(64,116,87); }

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

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

 span { border-color: rgb(64,116,87); }

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