Shades of Amazon #407A5D
Tints of Amazon #407A5D
RGB
CMYK
RGB Variations
Color information
#407A5D (or 0x407A5D) is known color: Amazon. HEX triplet: 40, 7A and 5D. RGB value is (64,122,93). Sum of RGB (Red+Green+Blue) = 64+122+93=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #407A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A5D is #BF85A2. Grayscale: #656565. Windows color (decimal): -12551587 or 6126144. OLE color: 6126144.
HSL color Cylindrical-coordinate representation of color #407A5D: hue angle of 150º 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 #407A5D is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 122 | 93 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.52 |
| HSL | 150º | 0.31% | 0.36% | - |
| HSV(B) | 150º | 0.48% | 0.48% | - |
| XYZ | 11.05 | 15.8 | 12.82 | - |
| YUV | 101.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 93 | 0.48 | 0 | 0.24 | 0.52 | 150 | 0.31 | 0.36 |
| Hex | 40 | 7A | 5D | 30 | 0 | 18 | 34 | 96 | 1F | 24 |
| Octal | 100 | 172 | 135 | 60 | 0 | 30 | 64 | 226 | 37 | 44 |
| Binary | 1000000 | 1111010 | 1011101 | 110000 | 0 | 11000 | 110100 | 10010110 | 11111 | 100100 |
Color Harmonies of #407A5D
Complementary color
Monochromatic Colors of #407A5D
Black with #407A5D
Text Example
Text Example
White with #407A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A5D; }
p { color: rgb(64,122,93); }
H1.HeaderClassName
{
color: #407A5D;
}
.AnyTagClassName
{
color: #407A5D;
}
</style>
background-color css
<style>
a { background-color: #407A5D; }
a { background-color: rgb(64,122,93); }
div.DivClassName
{
background-color: #407A5D;
}
.BgClassName
{
background-color: #407A5D;
}
</style>
border-color css
<style>
span { border-color: #407A5D; }
span { border-color: rgb(64,122,93); }
td.TdClassName
{
border-color: #407A5D;
}
.TagClassName
{
border-color: #407A5D;
}
</style>