#466F60

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

Shades of Stromboli #466F60

Tints of Stromboli #466F60

Color information

#466F60 (or 0x466F60) is unknown color: approx Stromboli. HEX triplet: 46, 6F and 60. RGB value is (70,111,96). Sum of RGB (Red+Green+Blue) = 70+111+96=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #466F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F60 is #B9909F. Grayscale: #616161. Windows color (decimal): -12161184 or 6319942. OLE color: 6319942.

HSL color Cylindrical-coordinate representation of color #466F60: hue angle of 158.05º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F60 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7011196-
CMYK0.3700.140.56
HSL158.05º22.65%35.49%-
HSV(B)158.05º36.94%43.53%-
XYZ10.3213.5213.13-
YUV97.03127.42108.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=25.27%
G=40.07%
B=34.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70111960.3700.140.56158.0522.6535.49
Hex466F60250E389e1723
Octal10615714045016702362743
Binary100011011011111100000100101011101110001001111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466F60; }

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

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

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

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

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

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

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

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