Html Css Color HEX #407058 Amazon

📋 copy color: '#407058'

red 64 ◦ green 112 ◦ blue 88

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

Shades of Amazon #407058

Tints of Amazon #407058

RGB

 RED value IS 64 (25.39% from 255) = 24.24%

 GREEN value IS 112 (44.14% from 255) = 42.42%

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

R = 24.24%
G = 42.42%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#407058 (or 0x407058) is known color: Amazon. HEX triplet: 40, 70 and 58. RGB value is (64,112,88). Sum of RGB (Red+Green+Blue) = 64+112+88=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #407058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407058 is #BF8FA7. Grayscale: #5E5E5E. Windows color (decimal): -12554152 or 5795904. OLE color: 5795904.

HSL color Cylindrical-coordinate representation of color #407058: hue angle of 150º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407058 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 88 -
CMYK 0.43 0 0.21 0.56
HSL 150º 0.27% 0.35% -
HSV(B) 150º 0.43% 0.44% -
XYZ 9.67 13.38 11.31 -
YUV 94.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 64 112 88 0.43 0 0.21 0.56 150 0.27 0.35
Hex 40 70 58 2B 0 15 38 96 1B 23
Octal 100 160 130 53 0 25 70 226 33 43
Binary 1000000 1110000 1011000 101011 0 10101 111000 10010110 11011 100011

Color Harmonies of #407058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407058

Black with #407058

Text Example


Text Example

White with #407058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407058; }

 p { color: rgb(64,112,88); }

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

background-color css

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

 a { background-color: rgb(64,112,88); }

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

border-color css

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

 span { border-color: rgb(64,112,88); }

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