Shades of Amazon #407451
Tints of Amazon #407451
RGB
CMYK
RGB Variations
Color information
#407451 (or 0x407451) is known color: Amazon. HEX triplet: 40, 74 and 51. RGB value is (64,116,81). Sum of RGB (Red+Green+Blue) = 64+116+81=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #407451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407451 is #BF8BAE. Grayscale: #606060. Windows color (decimal): -12553135 or 5338176. OLE color: 5338176.
HSL color Cylindrical-coordinate representation of color #407451: hue angle of 139.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407451 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 116 | 81 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.55 |
| HSL | 139.62º | 0.29% | 0.35% | - |
| HSV(B) | 139.62º | 0.45% | 0.45% | - |
| XYZ | 9.84 | 14.17 | 10 | - |
| YUV | 96.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 81 | 0.45 | 0 | 0.30 | 0.55 | 139.62 | 0.29 | 0.35 |
| Hex | 40 | 74 | 51 | 2D | 0 | 1E | 37 | 8C | 1D | 23 |
| Octal | 100 | 164 | 121 | 55 | 0 | 36 | 67 | 214 | 35 | 43 |
| Binary | 1000000 | 1110100 | 1010001 | 101101 | 0 | 11110 | 110111 | 10001100 | 11101 | 100011 |
Color Harmonies of #407451
Complementary color
Monochromatic Colors of #407451
Black with #407451
Text Example
Text Example
White with #407451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407451; }
p { color: rgb(64,116,81); }
H1.HeaderClassName
{
color: #407451;
}
.AnyTagClassName
{
color: #407451;
}
</style>
background-color css
<style>
a { background-color: #407451; }
a { background-color: rgb(64,116,81); }
div.DivClassName
{
background-color: #407451;
}
.BgClassName
{
background-color: #407451;
}
</style>
border-color css
<style>
span { border-color: #407451; }
span { border-color: rgb(64,116,81); }
td.TdClassName
{
border-color: #407451;
}
.TagClassName
{
border-color: #407451;
}
</style>