Html Css Color HEX #427859 Amazon

📋 copy color: '#427859'

red 66 ◦ green 120 ◦ blue 89

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

Shades of Amazon #427859

Tints of Amazon #427859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.64%

 BLUE value IS 89 (35.16% from 255) = 32.36%

R = 24%
G = 43.64%
B = 32.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#427859 (or 0x427859) is known color: Amazon. HEX triplet: 42, 78 and 59. RGB value is (66,120,89). Sum of RGB (Red+Green+Blue) = 66+120+89=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #427859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427859 is #BD87A6. Grayscale: #646464. Windows color (decimal): -12421031 or 5863490. OLE color: 5863490.

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

Color convert

RGB 66 120 89 -
CMYK 0.45 0 0.26 0.53
HSL 145.56º 0.29% 0.36% -
HSV(B) 145.56º 0.45% 0.47% -
XYZ 10.77 15.31 11.84 -
YUV 100.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 66 120 89 0.45 0 0.26 0.53 145.56 0.29 0.36
Hex 42 78 59 2D 0 1A 35 92 1D 24
Octal 102 170 131 55 0 32 65 222 35 44
Binary 1000010 1111000 1011001 101101 0 11010 110101 10010010 11101 100100

Color Harmonies of #427859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427859

Black with #427859

Text Example


Text Example

White with #427859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427859; }

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

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

background-color css

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

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

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

border-color css

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

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

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