Shades of Amazon #407058
Tints of Amazon #407058
RGB
CMYK
RGB Variations
Color information
#407058 (or 0x407058) is known color: Amazon. HEX triplet: 40, 70 and 58. RGB value is (64,112,88). Sum of RGB (Red+Green+Blue) = 64+112+88=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #407058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407058 is #BF8FA7. Grayscale: #5E5E5E. Windows color (decimal): -12554152 or 5795904. OLE color: 5795904.
HSL color Cylindrical-coordinate representation of color #407058: hue angle of 150º 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 #407058 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 88 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.56 |
| HSL | 150º | 0.27% | 0.35% | - |
| HSV(B) | 150º | 0.43% | 0.44% | - |
| XYZ | 9.67 | 13.38 | 11.31 | - |
| YUV | 94.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 88 | 0.43 | 0 | 0.21 | 0.56 | 150 | 0.27 | 0.35 |
| Hex | 40 | 70 | 58 | 2B | 0 | 15 | 38 | 96 | 1B | 23 |
| Octal | 100 | 160 | 130 | 53 | 0 | 25 | 70 | 226 | 33 | 43 |
| Binary | 1000000 | 1110000 | 1011000 | 101011 | 0 | 10101 | 111000 | 10010110 | 11011 | 100011 |
Color Harmonies of #407058
Complementary color
Monochromatic Colors of #407058
Black with #407058
Text Example
Text Example
White with #407058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407058; }
p { color: rgb(64,112,88); }
H1.HeaderClassName
{
color: #407058;
}
.AnyTagClassName
{
color: #407058;
}
</style>
background-color css
<style>
a { background-color: #407058; }
a { background-color: rgb(64,112,88); }
div.DivClassName
{
background-color: #407058;
}
.BgClassName
{
background-color: #407058;
}
</style>
border-color css
<style>
span { border-color: #407058; }
span { border-color: rgb(64,112,88); }
td.TdClassName
{
border-color: #407058;
}
.TagClassName
{
border-color: #407058;
}
</style>