Html Css Color HEX #406F57 Amazon

📋 copy color: '#406F57'

red 64 ◦ green 111 ◦ blue 87

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

Shades of Amazon #406F57

Tints of Amazon #406F57

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

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

R = 24.43%
G = 42.37%
B = 33.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#406F57 (or 0x406F57) is known color: Amazon. HEX triplet: 40, 6F and 57. RGB value is (64,111,87). Sum of RGB (Red+Green+Blue) = 64+111+87=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #406F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F57 is #BF90A8. Grayscale: #5E5E5E. Windows color (decimal): -12554409 or 5730112. OLE color: 5730112.

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

Color convert

RGB 64 111 87 -
CMYK 0.42 0 0.22 0.56
HSL 149.36º 0.27% 0.34% -
HSV(B) 149.36º 0.42% 0.44% -
XYZ 9.52 13.15 11.05 -
YUV 94.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 64 111 87 0.42 0 0.22 0.56 149.36 0.27 0.34
Hex 40 6F 57 2A 0 16 38 95 1B 22
Octal 100 157 127 52 0 26 70 225 33 42
Binary 1000000 1101111 1010111 101010 0 10110 111000 10010101 11011 100010

Color Harmonies of #406F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F57

Black with #406F57

Text Example


Text Example

White with #406F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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