#476059

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

Shades of Stromboli #476059

Tints of Stromboli #476059

Color information

#476059 (or 0x476059) is unknown color: approx Stromboli. HEX triplet: 47, 60 and 59. RGB value is (71,96,89). Sum of RGB (Red+Green+Blue) = 71+96+89=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #476059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476059 is #B89FA6. Grayscale: #575757. Windows color (decimal): -12099495 or 5857351. OLE color: 5857351.

HSL color Cylindrical-coordinate representation of color #476059: hue angle of 163.2º 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 #476059 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB719689-
CMYK0.2600.070.62
HSL163.2º14.97%32.75%-
HSV(B)163.2º26.04%37.65%-
XYZ8.5810.4311.01-
YUV87.73128.72116.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=27.73%
G=37.5%
B=34.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196890.2600.070.62163.214.9732.75
Hex4760591A073Ea3f21
Octal1071401313207762431741
Binary100011111000001011001110100111111110101000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476059; }

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

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

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

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

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

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

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

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