Html Css Color HEX #407A5E Amazon

📋 copy color: '#407A5E'

red 64 ◦ green 122 ◦ blue 94

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

Shades of Amazon #407A5E

Tints of Amazon #407A5E

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 value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#407A5E (or 0x407A5E) is known color: 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

RGB 64 122 94 -
CMYK 0.48 0 0.23 0.52
HSL 151.03º 0.31% 0.36% -
HSV(B) 151.03º 0.48% 0.48% -
XYZ 11.09 15.82 13.06 -
YUV 101.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 64 122 94 0.48 0 0.23 0.52 151.03 0.31 0.36
Hex 40 7A 5E 30 0 17 34 97 1F 24
Octal 100 172 136 60 0 27 64 227 37 44
Binary 1000000 1111010 1011110 110000 0 10111 110100 10010111 11111 100100

Color Harmonies of #407A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A5E

Black with #407A5E

Text Example


Text Example

White with #407A5E

Text Example


Text Example

HTML Codes & Css Web 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>