Shades of Amazon #417A5D
Tints of Amazon #417A5D
RGB
CMYK
RGB Variations
Color information
#417A5D (or 0x417A5D) is known color: Amazon. HEX triplet: 41, 7A and 5D. RGB value is (65,122,93). Sum of RGB (Red+Green+Blue) = 65+122+93=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #417A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A5D is #BE85A2. Grayscale: #656565. Windows color (decimal): -12486051 or 6126145. OLE color: 6126145.
HSL color Cylindrical-coordinate representation of color #417A5D: hue angle of 149.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A5D is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 93 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.52 |
| HSL | 149.47º | 0.3% | 0.37% | - |
| HSV(B) | 149.47º | 0.47% | 0.48% | - |
| XYZ | 11.12 | 15.83 | 12.83 | - |
| YUV | 101.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 93 | 0.47 | 0 | 0.24 | 0.52 | 149.47 | 0.3 | 0.37 |
| Hex | 41 | 7A | 5D | 2F | 0 | 18 | 34 | 95 | 1E | 25 |
| Octal | 101 | 172 | 135 | 57 | 0 | 30 | 64 | 225 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1011101 | 101111 | 0 | 11000 | 110100 | 10010101 | 11110 | 100101 |
Color Harmonies of #417A5D
Complementary color
Monochromatic Colors of #417A5D
Black with #417A5D
Text Example
Text Example
White with #417A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A5D; }
p { color: rgb(65,122,93); }
H1.HeaderClassName
{
color: #417A5D;
}
.AnyTagClassName
{
color: #417A5D;
}
</style>
background-color css
<style>
a { background-color: #417A5D; }
a { background-color: rgb(65,122,93); }
div.DivClassName
{
background-color: #417A5D;
}
.BgClassName
{
background-color: #417A5D;
}
</style>
border-color css
<style>
span { border-color: #417A5D; }
span { border-color: rgb(65,122,93); }
td.TdClassName
{
border-color: #417A5D;
}
.TagClassName
{
border-color: #417A5D;
}
</style>