#47605B

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

Shades of Stromboli #47605B

Tints of Stromboli #47605B

Color information

#47605B (or 0x47605B) is unknown color: approx Stromboli. HEX triplet: 47, 60 and 5B. RGB value is (71,96,91). Sum of RGB (Red+Green+Blue) = 71+96+91=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #47605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47605B is #B89FA4. Grayscale: #575757. Windows color (decimal): -12099493 or 5988423. OLE color: 5988423.

HSL color Cylindrical-coordinate representation of color #47605B: hue angle of 168º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47605B is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB719691-
CMYK0.2600.050.62
HSL168º14.97%32.75%-
HSV(B)168º26.04%37.65%-
XYZ8.6710.4611.46-
YUV87.95129.72115.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=27.52%
G=37.21%
B=35.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196910.2600.050.6216814.9732.75
Hex47605B1A053Ea8f21
Octal1071401333205762501741
Binary100011111000001011011110100101111110101010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47605B; }

 p { color: rgb(71,96,91); }

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

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

 a { background-color: rgb(71,96,91); }

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

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

 span { border-color: rgb(71,96,91); }

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