Shades of Amazon #417A5C
Tints of Amazon #417A5C
RGB
CMYK
RGB Variations
Color information
#417A5C (or 0x417A5C) is known color: Amazon. HEX triplet: 41, 7A and 5C. RGB value is (65,122,92). Sum of RGB (Red+Green+Blue) = 65+122+92=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #417A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A5C is #BE85A3. Grayscale: #656565. Windows color (decimal): -12486052 or 6060609. OLE color: 6060609.
HSL color Cylindrical-coordinate representation of color #417A5C: hue angle of 148.42º 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 #417A5C is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 92 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.52 |
| HSL | 148.42º | 0.3% | 0.37% | - |
| HSV(B) | 148.42º | 0.47% | 0.48% | - |
| XYZ | 11.07 | 15.82 | 12.59 | - |
| YUV | 101.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 92 | 0.47 | 0 | 0.25 | 0.52 | 148.42 | 0.3 | 0.37 |
| Hex | 41 | 7A | 5C | 2F | 0 | 19 | 34 | 94 | 1E | 25 |
| Octal | 101 | 172 | 134 | 57 | 0 | 31 | 64 | 224 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1011100 | 101111 | 0 | 11001 | 110100 | 10010100 | 11110 | 100101 |
Color Harmonies of #417A5C
Complementary color
Monochromatic Colors of #417A5C
Black with #417A5C
Text Example
Text Example
White with #417A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A5C; }
p { color: rgb(65,122,92); }
H1.HeaderClassName
{
color: #417A5C;
}
.AnyTagClassName
{
color: #417A5C;
}
</style>
background-color css
<style>
a { background-color: #417A5C; }
a { background-color: rgb(65,122,92); }
div.DivClassName
{
background-color: #417A5C;
}
.BgClassName
{
background-color: #417A5C;
}
</style>
border-color css
<style>
span { border-color: #417A5C; }
span { border-color: rgb(65,122,92); }
td.TdClassName
{
border-color: #417A5C;
}
.TagClassName
{
border-color: #417A5C;
}
</style>