Shades of Amazon #407B58
Tints of Amazon #407B58
RGB
CMYK
RGB Variations
Color information
#407B58 (or 0x407B58) is known color: Amazon. HEX triplet: 40, 7B and 58. RGB value is (64,123,88). Sum of RGB (Red+Green+Blue) = 64+123+88=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #407B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B58 is #BF84A7. Grayscale: #656565. Windows color (decimal): -12551336 or 5798720. OLE color: 5798720.
HSL color Cylindrical-coordinate representation of color #407B58: hue angle of 144.41º 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 #407B58 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 88 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.52 |
| HSL | 144.41º | 0.32% | 0.37% | - |
| HSV(B) | 144.41º | 0.48% | 0.48% | - |
| XYZ | 10.96 | 15.96 | 11.74 | - |
| YUV | 101.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 88 | 0.48 | 0 | 0.28 | 0.52 | 144.41 | 0.32 | 0.37 |
| Hex | 40 | 7B | 58 | 30 | 0 | 1C | 34 | 90 | 20 | 25 |
| Octal | 100 | 173 | 130 | 60 | 0 | 34 | 64 | 220 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1011000 | 110000 | 0 | 11100 | 110100 | 10010000 | 100000 | 100101 |
Color Harmonies of #407B58
Complementary color
Monochromatic Colors of #407B58
Black with #407B58
Text Example
Text Example
White with #407B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B58; }
p { color: rgb(64,123,88); }
H1.HeaderClassName
{
color: #407B58;
}
.AnyTagClassName
{
color: #407B58;
}
</style>
background-color css
<style>
a { background-color: #407B58; }
a { background-color: rgb(64,123,88); }
div.DivClassName
{
background-color: #407B58;
}
.BgClassName
{
background-color: #407B58;
}
</style>
border-color css
<style>
span { border-color: #407B58; }
span { border-color: rgb(64,123,88); }
td.TdClassName
{
border-color: #407B58;
}
.TagClassName
{
border-color: #407B58;
}
</style>