Html Css Color HEX #407057 Amazon

📋 copy color: '#407057'

red 64 ◦ green 112 ◦ blue 87

#407057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #407057

Tints of Amazon #407057

RGB

 RED value IS 64 (25.39% from 255) = 24.33%

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 87 (34.38% from 255) = 33.08%

R = 24.33%
G = 42.59%
B = 33.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#407057 (or 0x407057) is known color: Amazon. HEX triplet: 40, 70 and 57. RGB value is (64,112,87). Sum of RGB (Red+Green+Blue) = 64+112+87=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #407057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407057 is #BF8FA8. Grayscale: #5E5E5E. Windows color (decimal): -12554153 or 5730368. OLE color: 5730368.

HSL color Cylindrical-coordinate representation of color #407057: hue angle of 148.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407057 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 87 -
CMYK 0.43 0 0.22 0.56
HSL 148.75º 0.27% 0.35% -
HSV(B) 148.75º 0.43% 0.44% -
XYZ 9.63 13.37 11.09 -
YUV 94.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 64 112 87 0.43 0 0.22 0.56 148.75 0.27 0.35
Hex 40 70 57 2B 0 16 38 95 1B 23
Octal 100 160 127 53 0 26 70 225 33 43
Binary 1000000 1110000 1010111 101011 0 10110 111000 10010101 11011 100011

Color Harmonies of #407057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407057

Black with #407057

Text Example


Text Example

White with #407057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407057; }

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

 H1.HeaderClassName
 {
   color: #407057;
 }
 .AnyTagClassName
 {
   color: #407057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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