Html Css Color HEX #407B5D Amazon

📋 copy color: '#407B5D'

red 64 ◦ green 123 ◦ blue 93

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

Shades of Amazon #407B5D

Tints of Amazon #407B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.93%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 22.86%
G = 43.93%
B = 33.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#407B5D (or 0x407B5D) is known color: Amazon. HEX triplet: 40, 7B and 5D. RGB value is (64,123,93). Sum of RGB (Red+Green+Blue) = 64+123+93=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #407B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B5D is #BF84A2. Grayscale: #666666. Windows color (decimal): -12551331 or 6126400. OLE color: 6126400.

HSL color Cylindrical-coordinate representation of color #407B5D: hue angle of 149.49º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B5D is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 93 -
CMYK 0.48 0 0.24 0.52
HSL 149.49º 0.32% 0.37% -
HSV(B) 149.49º 0.48% 0.48% -
XYZ 11.17 16.05 12.86 -
YUV 101.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 64 123 93 0.48 0 0.24 0.52 149.49 0.32 0.37
Hex 40 7B 5D 30 0 18 34 95 20 25
Octal 100 173 135 60 0 30 64 225 40 45
Binary 1000000 1111011 1011101 110000 0 11000 110100 10010101 100000 100101

Color Harmonies of #407B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B5D

Black with #407B5D

Text Example


Text Example

White with #407B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B5D; }

 p { color: rgb(64,123,93); }

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

background-color css

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

 a { background-color: rgb(64,123,93); }

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

border-color css

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

 span { border-color: rgb(64,123,93); }

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