Shades of Amazon #427A58
Tints of Amazon #427A58
RGB
CMYK
RGB Variations
Color information
#427A58 (or 0x427A58) is known color: Amazon. HEX triplet: 42, 7A and 58. RGB value is (66,122,88). Sum of RGB (Red+Green+Blue) = 66+122+88=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #427A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A58 is #BD85A7. Grayscale: #656565. Windows color (decimal): -12420520 or 5798466. OLE color: 5798466.
HSL color Cylindrical-coordinate representation of color #427A58: hue angle of 143.57º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A58 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 88 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.52 |
| HSL | 143.57º | 0.3% | 0.37% | - |
| HSV(B) | 143.57º | 0.46% | 0.48% | - |
| XYZ | 10.97 | 15.78 | 11.7 | - |
| YUV | 101.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 88 | 0.46 | 0 | 0.28 | 0.52 | 143.57 | 0.3 | 0.37 |
| Hex | 42 | 7A | 58 | 2E | 0 | 1C | 34 | 90 | 1E | 25 |
| Octal | 102 | 172 | 130 | 56 | 0 | 34 | 64 | 220 | 36 | 45 |
| Binary | 1000010 | 1111010 | 1011000 | 101110 | 0 | 11100 | 110100 | 10010000 | 11110 | 100101 |
Color Harmonies of #427A58
Complementary color
Monochromatic Colors of #427A58
Black with #427A58
Text Example
Text Example
White with #427A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A58; }
p { color: rgb(66,122,88); }
H1.HeaderClassName
{
color: #427A58;
}
.AnyTagClassName
{
color: #427A58;
}
</style>
background-color css
<style>
a { background-color: #427A58; }
a { background-color: rgb(66,122,88); }
div.DivClassName
{
background-color: #427A58;
}
.BgClassName
{
background-color: #427A58;
}
</style>
border-color css
<style>
span { border-color: #427A58; }
span { border-color: rgb(66,122,88); }
td.TdClassName
{
border-color: #427A58;
}
.TagClassName
{
border-color: #427A58;
}
</style>