#476E5D

Color #476E5D Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #476E5D

Tints of Stromboli #476E5D

Color information

#476E5D (or 0x476E5D) is unknown color: approx Stromboli. HEX triplet: 47, 6E and 5D. RGB value is (71,110,93). Sum of RGB (Red+Green+Blue) = 71+110+93=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #476E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E5D is #B891A2. Grayscale: #606060. Windows color (decimal): -12095907 or 6123079. OLE color: 6123079.

HSL color Cylindrical-coordinate representation of color #476E5D: hue angle of 153.85º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E5D is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB7111093-
CMYK0.3500.150.57
HSL153.85º21.55%35.49%-
HSV(B)153.85º35.45%43.14%-
XYZ10.1513.2812.38-
YUV96.4126.08109.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=25.91%
G=40.15%
B=33.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71110930.3500.150.57153.8521.5535.49
Hex476E5D230F399a1623
Octal10715613543017712322643
Binary100011111011101011101100011011111110011001101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476E5D; }

 p { color: rgb(71,110,93); }

 H1.HeaderClassName
 {
   color: #476E5D;
 }
 .AnyTagClassName
 {
   color: #476E5D;
 }
</style>
background-color css

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

 a { background-color: rgb(71,110,93); }

 div.DivClassName
 {
   background-color: #476E5D;
 }
 .BgClassName
 {
   background-color: #476E5D;
 }
</style>
border-color css

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

 span { border-color: rgb(71,110,93); }

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