Html Css Color HEX #427858 Amazon

📋 copy color: '#427858'

red 66 ◦ green 120 ◦ blue 88

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

Shades of Amazon #427858

Tints of Amazon #427858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 24.09%
G = 43.8%
B = 32.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#427858 (or 0x427858) is known color: Amazon. HEX triplet: 42, 78 and 58. RGB value is (66,120,88). Sum of RGB (Red+Green+Blue) = 66+120+88=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #427858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427858 is #BD87A7. Grayscale: #646464. Windows color (decimal): -12421032 or 5797954. OLE color: 5797954.

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

Color convert

RGB 66 120 88 -
CMYK 0.45 0 0.27 0.53
HSL 144.44º 0.29% 0.36% -
HSV(B) 144.44º 0.45% 0.47% -
XYZ 10.72 15.3 11.62 -
YUV 100.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 66 120 88 0.45 0 0.27 0.53 144.44 0.29 0.36
Hex 42 78 58 2D 0 1B 35 90 1D 24
Octal 102 170 130 55 0 33 65 220 35 44
Binary 1000010 1111000 1011000 101101 0 11011 110101 10010000 11101 100100

Color Harmonies of #427858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427858

Black with #427858

Text Example


Text Example

White with #427858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427858; }

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

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

background-color css

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

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

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

border-color css

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

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

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