Shades of Amazon #42745C
Tints of Amazon #42745C
RGB
CMYK
RGB Variations
Color information
#42745C (or 0x42745C) is known color: Amazon. HEX triplet: 42, 74 and 5C. RGB value is (66,116,92). Sum of RGB (Red+Green+Blue) = 66+116+92=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #42745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42745C is #BD8BA3. Grayscale: #626262. Windows color (decimal): -12422052 or 6059074. OLE color: 6059074.
HSL color Cylindrical-coordinate representation of color #42745C: hue angle of 151.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42745C is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 116 | 92 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.55 |
| HSL | 151.2º | 0.27% | 0.36% | - |
| HSV(B) | 151.2º | 0.43% | 0.45% | - |
| XYZ | 10.42 | 14.42 | 12.36 | - |
| YUV | 98.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 92 | 0.43 | 0 | 0.21 | 0.55 | 151.2 | 0.27 | 0.36 |
| Hex | 42 | 74 | 5C | 2B | 0 | 15 | 37 | 97 | 1B | 24 |
| Octal | 102 | 164 | 134 | 53 | 0 | 25 | 67 | 227 | 33 | 44 |
| Binary | 1000010 | 1110100 | 1011100 | 101011 | 0 | 10101 | 110111 | 10010111 | 11011 | 100100 |
Color Harmonies of #42745C
Complementary color
Monochromatic Colors of #42745C
Black with #42745C
Text Example
Text Example
White with #42745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42745C; }
p { color: rgb(66,116,92); }
H1.HeaderClassName
{
color: #42745C;
}
.AnyTagClassName
{
color: #42745C;
}
</style>
background-color css
<style>
a { background-color: #42745C; }
a { background-color: rgb(66,116,92); }
div.DivClassName
{
background-color: #42745C;
}
.BgClassName
{
background-color: #42745C;
}
</style>
border-color css
<style>
span { border-color: #42745C; }
span { border-color: rgb(66,116,92); }
td.TdClassName
{
border-color: #42745C;
}
.TagClassName
{
border-color: #42745C;
}
</style>