Shades of Amazon #407B5B
Tints of Amazon #407B5B
RGB
CMYK
RGB Variations
Color information
#407B5B (or 0x407B5B) is known color: Amazon. HEX triplet: 40, 7B and 5B. RGB value is (64,123,91). Sum of RGB (Red+Green+Blue) = 64+123+91=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #407B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B5B is #BF84A4. Grayscale: #656565. Windows color (decimal): -12551333 or 5995328. OLE color: 5995328.
HSL color Cylindrical-coordinate representation of color #407B5B: hue angle of 147.46º 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 #407B5B is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 91 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.52 |
| HSL | 147.46º | 0.32% | 0.37% | - |
| HSV(B) | 147.46º | 0.48% | 0.48% | - |
| XYZ | 11.09 | 16.01 | 12.4 | - |
| YUV | 101.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 91 | 0.48 | 0 | 0.26 | 0.52 | 147.46 | 0.32 | 0.37 |
| Hex | 40 | 7B | 5B | 30 | 0 | 1A | 34 | 93 | 20 | 25 |
| Octal | 100 | 173 | 133 | 60 | 0 | 32 | 64 | 223 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1011011 | 110000 | 0 | 11010 | 110100 | 10010011 | 100000 | 100101 |
Color Harmonies of #407B5B
Complementary color
Monochromatic Colors of #407B5B
Black with #407B5B
Text Example
Text Example
White with #407B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B5B; }
p { color: rgb(64,123,91); }
H1.HeaderClassName
{
color: #407B5B;
}
.AnyTagClassName
{
color: #407B5B;
}
</style>
background-color css
<style>
a { background-color: #407B5B; }
a { background-color: rgb(64,123,91); }
div.DivClassName
{
background-color: #407B5B;
}
.BgClassName
{
background-color: #407B5B;
}
</style>
border-color css
<style>
span { border-color: #407B5B; }
span { border-color: rgb(64,123,91); }
td.TdClassName
{
border-color: #407B5B;
}
.TagClassName
{
border-color: #407B5B;
}
</style>