#466660

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

Shades of Stromboli #466660

Tints of Stromboli #466660

Color information

#466660 (or 0x466660) is unknown color: approx Stromboli. HEX triplet: 46, 66 and 60. RGB value is (70,102,96). Sum of RGB (Red+Green+Blue) = 70+102+96=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #466660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466660 is #B9999F. Grayscale: #5B5B5B. Windows color (decimal): -12163488 or 6317638. OLE color: 6317638.

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

Color convert

RGB7010296-
CMYK0.3100.060.6
HSL168.75º18.6%33.73%-
HSV(B)168.75º31.37%40%-
XYZ9.3911.6512.82-
YUV91.75130.4112.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=26.12%
G=38.06%
B=35.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102960.3100.060.6168.7518.633.73
Hex4666601F063Ca91322
Octal1061461403706742512342
Binary1000110110011011000001111101101111001010100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466660; }

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

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

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

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

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

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

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

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