Shades of Amazon #426F57
Tints of Amazon #426F57
RGB
CMYK
RGB Variations
Color information
#426F57 (or 0x426F57) is known color: Amazon. HEX triplet: 42, 6F and 57. RGB value is (66,111,87). Sum of RGB (Red+Green+Blue) = 66+111+87=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #426F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F57 is #BD90A8. Grayscale: #5E5E5E. Windows color (decimal): -12423337 or 5730114. OLE color: 5730114.
HSL color Cylindrical-coordinate representation of color #426F57: hue angle of 148º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F57 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 111 | 87 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.56 |
| HSL | 148º | 0.25% | 0.35% | - |
| HSV(B) | 148º | 0.41% | 0.44% | - |
| XYZ | 9.65 | 13.22 | 11.06 | - |
| YUV | 94.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 87 | 0.41 | 0 | 0.22 | 0.56 | 148 | 0.25 | 0.35 |
| Hex | 42 | 6F | 57 | 29 | 0 | 16 | 38 | 94 | 19 | 23 |
| Octal | 102 | 157 | 127 | 51 | 0 | 26 | 70 | 224 | 31 | 43 |
| Binary | 1000010 | 1101111 | 1010111 | 101001 | 0 | 10110 | 111000 | 10010100 | 11001 | 100011 |
Color Harmonies of #426F57
Complementary color
Monochromatic Colors of #426F57
Black with #426F57
Text Example
Text Example
White with #426F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F57; }
p { color: rgb(66,111,87); }
H1.HeaderClassName
{
color: #426F57;
}
.AnyTagClassName
{
color: #426F57;
}
</style>
background-color css
<style>
a { background-color: #426F57; }
a { background-color: rgb(66,111,87); }
div.DivClassName
{
background-color: #426F57;
}
.BgClassName
{
background-color: #426F57;
}
</style>
border-color css
<style>
span { border-color: #426F57; }
span { border-color: rgb(66,111,87); }
td.TdClassName
{
border-color: #426F57;
}
.TagClassName
{
border-color: #426F57;
}
</style>