#466056

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

Shades of Stromboli #466056

Tints of Stromboli #466056

Color information

#466056 (or 0x466056) is unknown color: approx Stromboli. HEX triplet: 46, 60 and 56. RGB value is (70,96,86). Sum of RGB (Red+Green+Blue) = 70+96+86=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #466056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466056 is #B99FA9. Grayscale: #575757. Windows color (decimal): -12165034 or 5660742. OLE color: 5660742.

HSL color Cylindrical-coordinate representation of color #466056: hue angle of 156.92º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #466056 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB709686-
CMYK0.2700.100.62
HSL156.92º15.66%32.55%-
HSV(B)156.92º27.08%37.65%-
XYZ8.3910.3410.36-
YUV87.09127.39115.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=27.78%
G=38.10%
B=34.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096860.2700.100.62156.9215.6632.55
Hex4660561B0A3E9d1021
Octal10614012633012762352041
Binary10001101100000101011011011010101111101001110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466056; }

 p { color: rgb(70,96,86); }

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

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

 a { background-color: rgb(70,96,86); }

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

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

 span { border-color: rgb(70,96,86); }

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