Shades of Amazon #417A5B
Tints of Amazon #417A5B
RGB
CMYK
RGB Variations
Color information
#417A5B (or 0x417A5B) is known color: Amazon. HEX triplet: 41, 7A and 5B. RGB value is (65,122,91). Sum of RGB (Red+Green+Blue) = 65+122+91=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #417A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A5B is #BE85A4. Grayscale: #656565. Windows color (decimal): -12486053 or 5995073. OLE color: 5995073.
HSL color Cylindrical-coordinate representation of color #417A5B: hue angle of 147.37º 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 #417A5B is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 91 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.52 |
| HSL | 147.37º | 0.3% | 0.37% | - |
| HSV(B) | 147.37º | 0.47% | 0.48% | - |
| XYZ | 11.03 | 15.8 | 12.37 | - |
| YUV | 101.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 91 | 0.47 | 0 | 0.25 | 0.52 | 147.37 | 0.3 | 0.37 |
| Hex | 41 | 7A | 5B | 2F | 0 | 19 | 34 | 93 | 1E | 25 |
| Octal | 101 | 172 | 133 | 57 | 0 | 31 | 64 | 223 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1011011 | 101111 | 0 | 11001 | 110100 | 10010011 | 11110 | 100101 |
Color Harmonies of #417A5B
Complementary color
Monochromatic Colors of #417A5B
Black with #417A5B
Text Example
Text Example
White with #417A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A5B; }
p { color: rgb(65,122,91); }
H1.HeaderClassName
{
color: #417A5B;
}
.AnyTagClassName
{
color: #417A5B;
}
</style>
background-color css
<style>
a { background-color: #417A5B; }
a { background-color: rgb(65,122,91); }
div.DivClassName
{
background-color: #417A5B;
}
.BgClassName
{
background-color: #417A5B;
}
</style>
border-color css
<style>
span { border-color: #417A5B; }
span { border-color: rgb(65,122,91); }
td.TdClassName
{
border-color: #417A5B;
}
.TagClassName
{
border-color: #417A5B;
}
</style>