Html Css Color HEX #427558 Amazon

📋 copy color: '#427558'

red 66 ◦ green 117 ◦ blue 88

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

Shades of Amazon #427558

Tints of Amazon #427558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

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

R = 24.35%
G = 43.17%
B = 32.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#427558 (or 0x427558) is known color: Amazon. HEX triplet: 42, 75 and 58. RGB value is (66,117,88). Sum of RGB (Red+Green+Blue) = 66+117+88=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #427558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427558 is #BD8AA7. Grayscale: #626262. Windows color (decimal): -12421800 or 5797186. OLE color: 5797186.

HSL color Cylindrical-coordinate representation of color #427558: hue angle of 145.88º 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 #427558 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 88 -
CMYK 0.44 0 0.25 0.54
HSL 145.88º 0.28% 0.36% -
HSV(B) 145.88º 0.44% 0.46% -
XYZ 10.37 14.59 11.5 -
YUV 98.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 66 117 88 0.44 0 0.25 0.54 145.88 0.28 0.36
Hex 42 75 58 2C 0 19 36 92 1C 24
Octal 102 165 130 54 0 31 66 222 34 44
Binary 1000010 1110101 1011000 101100 0 11001 110110 10010010 11100 100100

Color Harmonies of #427558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427558

Black with #427558

Text Example


Text Example

White with #427558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427558; }

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

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

background-color css

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

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

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

border-color css

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

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

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