Html Css Color HEX #407055 Amazon

📋 copy color: '#407055'

red 64 ◦ green 112 ◦ blue 85

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

Shades of Amazon #407055

Tints of Amazon #407055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 24.52%
G = 42.91%
B = 32.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#407055 (or 0x407055) is known color: Amazon. HEX triplet: 40, 70 and 55. RGB value is (64,112,85). Sum of RGB (Red+Green+Blue) = 64+112+85=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #407055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407055 is #BF8FAA. Grayscale: #5E5E5E. Windows color (decimal): -12554155 or 5599296. OLE color: 5599296.

HSL color Cylindrical-coordinate representation of color #407055: hue angle of 146.25º 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 #407055 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 85 -
CMYK 0.43 0 0.24 0.56
HSL 146.25º 0.27% 0.35% -
HSV(B) 146.25º 0.43% 0.44% -
XYZ 9.55 13.33 10.66 -
YUV 94.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 64 112 85 0.43 0 0.24 0.56 146.25 0.27 0.35
Hex 40 70 55 2B 0 18 38 92 1B 23
Octal 100 160 125 53 0 30 70 222 33 43
Binary 1000000 1110000 1010101 101011 0 11000 111000 10010010 11011 100011

Color Harmonies of #407055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407055

Black with #407055

Text Example


Text Example

White with #407055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407055; }

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

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

background-color css

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

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

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

border-color css

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

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

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