#427057

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

Shades of Amazon #427057

Tints of Amazon #427057

Color information

#427057 (or 0x427057) is unknown color: approx Amazon. HEX triplet: 42, 70 and 57. RGB value is (66,112,87). Sum of RGB (Red+Green+Blue) = 66+112+87=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #427057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427057 is #BD8FA8. Grayscale: #5F5F5F. Windows color (decimal): -12423081 or 5730370. OLE color: 5730370.

HSL color Cylindrical-coordinate representation of color #427057: hue angle of 147.39º degrees, saturation: 0.26, 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 #427057 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB6611287-
CMYK0.4100.220.56
HSL147.39º25.84%34.9%-
HSV(B)147.39º41.07%43.92%-
XYZ9.7613.4311.1-
YUV95.4123.26107.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=24.91%
G=42.26%
B=32.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112870.4100.220.56147.3925.8434.9
Hex4270572901638931a23
Octal10216012751026702233243
Binary1000010111000010101111010010101101110001001001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427057; }

 p { color: rgb(66,112,87); }

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

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

 a { background-color: rgb(66,112,87); }

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

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

 span { border-color: rgb(66,112,87); }

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