#47665B

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

Shades of Stromboli #47665B

Tints of Stromboli #47665B

Color information

#47665B (or 0x47665B) is unknown color: approx Stromboli. HEX triplet: 47, 66 and 5B. RGB value is (71,102,91). Sum of RGB (Red+Green+Blue) = 71+102+91=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #47665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47665B is #B899A4. Grayscale: #5B5B5B. Windows color (decimal): -12097957 or 5989959. OLE color: 5989959.

HSL color Cylindrical-coordinate representation of color #47665B: hue angle of 158.71º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47665B is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB7110291-
CMYK0.3000.110.6
HSL158.71º17.92%33.92%-
HSV(B)158.71º30.39%40%-
XYZ9.2411.611.65-
YUV91.48127.73113.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=26.89%
G=38.64%
B=34.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102910.3000.110.6158.7117.9233.92
Hex47665B1E0B3C9f1222
Octal10714613336013742372242
Binary10001111100110101101111110010111111001001111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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