#466860

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

Shades of Stromboli #466860

Tints of Stromboli #466860

Color information

#466860 (or 0x466860) is unknown color: approx Stromboli. HEX triplet: 46, 68 and 60. RGB value is (70,104,96). Sum of RGB (Red+Green+Blue) = 70+104+96=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #466860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466860 is #B9979F. Grayscale: #5C5C5C. Windows color (decimal): -12162976 or 6318150. OLE color: 6318150.

HSL color Cylindrical-coordinate representation of color #466860: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466860 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB7010496-
CMYK0.3300.080.59
HSL165.88º19.54%34.12%-
HSV(B)165.88º32.69%40.78%-
XYZ9.5912.0512.89-
YUV92.92129.74111.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=25.93%
G=38.52%
B=35.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104960.3300.080.59165.8819.5434.12
Hex46686021083Ba61422
Octal10615014041010732462442
Binary100011011010001100000100001010001110111010011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466860; }

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

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

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

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

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

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

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

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