#427658

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

Shades of Amazon #427658

Tints of Amazon #427658

Color information

#427658 (or 0x427658) is unknown color: approx Amazon. HEX triplet: 42, 76 and 58. RGB value is (66,118,88). Sum of RGB (Red+Green+Blue) = 66+118+88=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #427658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427658 is #BD89A7. Grayscale: #636363. Windows color (decimal): -12421544 or 5797442. OLE color: 5797442.

HSL color Cylindrical-coordinate representation of color #427658: hue angle of 145.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427658 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB6611888-
CMYK0.4400.250.54
HSL145.38º28.26%36.08%-
HSV(B)145.38º44.07%46.27%-
XYZ10.4914.8211.54-
YUV99.03121.77104.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=24.26%
G=43.38%
B=32.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118880.4400.250.54145.3828.2636.08
Hex4276582C01936911c24
Octal10216613054031662213444
Binary1000010111011010110001011000110011101101001000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427658; }

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

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

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

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

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

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

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

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