#476861

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

Shades of Stromboli #476861

Tints of Stromboli #476861

Color information

#476861 (or 0x476861) is unknown color: approx Stromboli. HEX triplet: 47, 68 and 61. RGB value is (71,104,97). Sum of RGB (Red+Green+Blue) = 71+104+97=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #476861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476861 is #B8979E. Grayscale: #5D5D5D. Windows color (decimal): -12097439 or 6383687. OLE color: 6383687.

HSL color Cylindrical-coordinate representation of color #476861: hue angle of 167.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476861 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB7110497-
CMYK0.3200.070.59
HSL167.27º18.86%34.31%-
HSV(B)167.27º31.73%40.78%-
XYZ9.7112.113.13-
YUV93.33130.07112.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=26.10%
G=38.24%
B=35.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104970.3200.070.59167.2718.8634.31
Hex47686120073Ba71322
Octal1071501414007732472342
Binary10001111101000110000110000001111110111010011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476861; }

 p { color: rgb(71,104,97); }

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

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

 a { background-color: rgb(71,104,97); }

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

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

 span { border-color: rgb(71,104,97); }

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