#476860

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

Shades of Stromboli #476860

Tints of Stromboli #476860

Color information

#476860 (or 0x476860) is unknown color: approx Stromboli. HEX triplet: 47, 68 and 60. RGB value is (71,104,96). Sum of RGB (Red+Green+Blue) = 71+104+96=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #476860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476860 is #B8979F. Grayscale: #5D5D5D. Windows color (decimal): -12097440 or 6318151. OLE color: 6318151.

HSL color Cylindrical-coordinate representation of color #476860: hue angle of 165.45º 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 #476860 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB7110496-
CMYK0.3200.080.59
HSL165.45º18.86%34.31%-
HSV(B)165.45º31.73%40.78%-
XYZ9.6612.0812.89-
YUV93.22129.57112.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=26.20%
G=38.38%
B=35.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104960.3200.080.59165.4518.8634.31
Hex47686020083Ba51322
Octal10715014040010732452342
Binary100011111010001100000100000010001110111010010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476860; }

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

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

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

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

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

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

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

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