Shades of Amazon #417E5C
Tints of Amazon #417E5C
RGB
CMYK
RGB Variations
Color information
#417E5C (or 0x417E5C) is known color: Amazon. HEX triplet: 41, 7E and 5C. RGB value is (65,126,92). Sum of RGB (Red+Green+Blue) = 65+126+92=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #417E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E5C is #BE81A3. Grayscale: #676767. Windows color (decimal): -12485028 or 6061633. OLE color: 6061633.
HSL color Cylindrical-coordinate representation of color #417E5C: hue angle of 146.56º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417E5C is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 126 | 92 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.51 |
| HSL | 146.56º | 0.32% | 0.37% | - |
| HSV(B) | 146.56º | 0.48% | 0.49% | - |
| XYZ | 11.57 | 16.82 | 12.76 | - |
| YUV | 103.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 92 | 0.48 | 0 | 0.27 | 0.51 | 146.56 | 0.32 | 0.37 |
| Hex | 41 | 7E | 5C | 30 | 0 | 1B | 33 | 93 | 20 | 25 |
| Octal | 101 | 176 | 134 | 60 | 0 | 33 | 63 | 223 | 40 | 45 |
| Binary | 1000001 | 1111110 | 1011100 | 110000 | 0 | 11011 | 110011 | 10010011 | 100000 | 100101 |
Color Harmonies of #417E5C
Complementary color
Monochromatic Colors of #417E5C
Black with #417E5C
Text Example
Text Example
White with #417E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E5C; }
p { color: rgb(65,126,92); }
H1.HeaderClassName
{
color: #417E5C;
}
.AnyTagClassName
{
color: #417E5C;
}
</style>
background-color css
<style>
a { background-color: #417E5C; }
a { background-color: rgb(65,126,92); }
div.DivClassName
{
background-color: #417E5C;
}
.BgClassName
{
background-color: #417E5C;
}
</style>
border-color css
<style>
span { border-color: #417E5C; }
span { border-color: rgb(65,126,92); }
td.TdClassName
{
border-color: #417E5C;
}
.TagClassName
{
border-color: #417E5C;
}
</style>