#427858

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

Shades of Amazon #427858

Tints of Amazon #427858

Color information

#427858 (or 0x427858) is unknown color: approx Amazon. HEX triplet: 42, 78 and 58. RGB value is (66,120,88). Sum of RGB (Red+Green+Blue) = 66+120+88=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #427858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427858 is #BD87A7. Grayscale: #646464. Windows color (decimal): -12421032 or 5797954. OLE color: 5797954.

HSL color Cylindrical-coordinate representation of color #427858: hue angle of 144.44º 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 #427858 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB6612088-
CMYK0.4500.270.53
HSL144.44º29.03%36.47%-
HSV(B)144.44º45%47.06%-
XYZ10.7215.311.62-
YUV100.21121.11103.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=24.09%
G=43.80%
B=32.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120880.4500.270.53144.4429.0336.47
Hex4278582D01B35901d24
Octal10217013055033652203544
Binary1000010111100010110001011010110111101011001000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427858; }

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

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

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

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

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

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

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

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