Html Css Color HEX #427457 Amazon

📋 copy color: '#427457'

red 66 ◦ green 116 ◦ blue 87

#427457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #427457

Tints of Amazon #427457

RGB

 RED value IS 66 (26.17% from 255) = 24.54%

 GREEN value IS 116 (45.7% from 255) = 43.12%

 BLUE value IS 87 (34.38% from 255) = 32.34%

R = 24.54%
G = 43.12%
B = 32.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#427457 (or 0x427457) is known color: Amazon. HEX triplet: 42, 74 and 57. RGB value is (66,116,87). Sum of RGB (Red+Green+Blue) = 66+116+87=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #427457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427457 is #BD8BA8. Grayscale: #616161. Windows color (decimal): -12422057 or 5731394. OLE color: 5731394.

HSL color Cylindrical-coordinate representation of color #427457: hue angle of 145.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427457 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 87 -
CMYK 0.43 0 0.25 0.55
HSL 145.2º 0.27% 0.36% -
HSV(B) 145.2º 0.43% 0.45% -
XYZ 10.21 14.34 11.25 -
YUV 97.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 66 116 87 0.43 0 0.25 0.55 145.2 0.27 0.36
Hex 42 74 57 2B 0 19 37 91 1B 24
Octal 102 164 127 53 0 31 67 221 33 44
Binary 1000010 1110100 1010111 101011 0 11001 110111 10010001 11011 100100

Color Harmonies of #427457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427457

Black with #427457

Text Example


Text Example

White with #427457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427457; }

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

 H1.HeaderClassName
 {
   color: #427457;
 }
 .AnyTagClassName
 {
   color: #427457;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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