#427859

Color #427859 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #427859

Tints of Amazon #427859

Color information

#427859 (or 0x427859) is unknown color: approx Amazon. HEX triplet: 42, 78 and 59. RGB value is (66,120,89). Sum of RGB (Red+Green+Blue) = 66+120+89=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #427859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427859 is #BD87A6. Grayscale: #646464. Windows color (decimal): -12421031 or 5863490. OLE color: 5863490.

HSL color Cylindrical-coordinate representation of color #427859: hue angle of 145.56º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427859 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB6612089-
CMYK0.4500.260.53
HSL145.56º29.03%36.47%-
HSV(B)145.56º45%47.06%-
XYZ10.7715.3111.84-
YUV100.32121.61103.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 89 (35.16% from 255) = 32.36%
R=24%
G=43.64%
B=32.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120890.4500.260.53145.5629.0336.47
Hex4278592D01A35921d24
Octal10217013155032652223544
Binary1000010111100010110011011010110101101011001001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427859; }

 p { color: rgb(66,120,89); }

 H1.HeaderClassName
 {
   color: #427859;
 }
 .AnyTagClassName
 {
   color: #427859;
 }
</style>
background-color css

<style>
 a { background-color: #427859; }

 a { background-color: rgb(66,120,89); }

 div.DivClassName
 {
   background-color: #427859;
 }
 .BgClassName
 {
   background-color: #427859;
 }
</style>
border-color css

<style>
 span { border-color: #427859; }

 span { border-color: rgb(66,120,89); }

 td.TdClassName
 {
   border-color: #427859;
 }
 .TagClassName
 {
   border-color: #427859;
 }
</style>