Html Css Color HEX #427B5A Amazon

📋 copy color: '#427B5A'

red 66 ◦ green 123 ◦ blue 90

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

Shades of Amazon #427B5A

Tints of Amazon #427B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.09%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 23.66%
G = 44.09%
B = 32.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#427B5A (or 0x427B5A) is known color: Amazon. HEX triplet: 42, 7B and 5A. RGB value is (66,123,90). Sum of RGB (Red+Green+Blue) = 66+123+90=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #427B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B5A is #BD84A5. Grayscale: #666666. Windows color (decimal): -12420262 or 5929794. OLE color: 5929794.

HSL color Cylindrical-coordinate representation of color #427B5A: hue angle of 145.26º 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 #427B5A is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 90 -
CMYK 0.46 0 0.27 0.52
HSL 145.26º 0.3% 0.37% -
HSV(B) 145.26º 0.46% 0.48% -
XYZ 11.18 16.06 12.18 -
YUV 102.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 66 123 90 0.46 0 0.27 0.52 145.26 0.3 0.37
Hex 42 7B 5A 2E 0 1B 34 91 1E 25
Octal 102 173 132 56 0 33 64 221 36 45
Binary 1000010 1111011 1011010 101110 0 11011 110100 10010001 11110 100101

Color Harmonies of #427B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B5A

Black with #427B5A

Text Example


Text Example

White with #427B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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