#427B58

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

Shades of Amazon #427B58

Tints of Amazon #427B58

Color information

#427B58 (or 0x427B58) is unknown color: approx Amazon. HEX triplet: 42, 7B and 58. RGB value is (66,123,88). Sum of RGB (Red+Green+Blue) = 66+123+88=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #427B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B58 is #BD84A7. Grayscale: #666666. Windows color (decimal): -12420264 or 5798722. OLE color: 5798722.

HSL color Cylindrical-coordinate representation of color #427B58: hue angle of 143.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B58 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB6612388-
CMYK0.4600.280.52
HSL143.16º30.16%37.06%-
HSV(B)143.16º46.34%48.24%-
XYZ11.0916.0311.74-
YUV101.97120.12102.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=23.83%
G=44.40%
B=31.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123880.4600.280.52143.1630.1637.06
Hex427B582E01C348f1e25
Octal10217313056034642173645
Binary1000010111101110110001011100111001101001000111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427B58; }

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

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

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

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

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

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

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

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