#476A5B

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

Shades of Stromboli #476A5B

Tints of Stromboli #476A5B

Color information

#476A5B (or 0x476A5B) is unknown color: approx Stromboli. HEX triplet: 47, 6A and 5B. RGB value is (71,106,91). Sum of RGB (Red+Green+Blue) = 71+106+91=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #476A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A5B is #B895A4. Grayscale: #5D5D5D. Windows color (decimal): -12096933 or 5990983. OLE color: 5990983.

HSL color Cylindrical-coordinate representation of color #476A5B: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A5B is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB7110691-
CMYK0.3300.140.58
HSL154.29º19.77%34.71%-
HSV(B)154.29º33.02%41.57%-
XYZ9.6412.411.78-
YUV93.82126.4111.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=26.49%
G=39.55%
B=33.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71106910.3300.140.58154.2919.7734.71
Hex476A5B210E3A9a1423
Octal10715213341016722322443
Binary100011111010101011011100001011101110101001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476A5B; }

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

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

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

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

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

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

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

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