#466760

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

Shades of Stromboli #466760

Tints of Stromboli #466760

Color information

#466760 (or 0x466760) is unknown color: approx Stromboli. HEX triplet: 46, 67 and 60. RGB value is (70,103,96). Sum of RGB (Red+Green+Blue) = 70+103+96=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #466760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466760 is #B9989F. Grayscale: #5C5C5C. Windows color (decimal): -12163232 or 6317894. OLE color: 6317894.

HSL color Cylindrical-coordinate representation of color #466760: hue angle of 167.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466760 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB7010396-
CMYK0.3200.070.60
HSL167.27º19.08%33.92%-
HSV(B)167.27º32.04%40.39%-
XYZ9.4911.8512.85-
YUV92.34130.07112.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=26.02%
G=38.29%
B=35.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103960.3200.070.60167.2719.0833.92
Hex46676020073Ca71322
Octal1061471404007742472342
Binary10001101100111110000010000001111111001010011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466760; }

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

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

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

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

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

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

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

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