#46665F

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

Shades of Stromboli #46665F

Tints of Stromboli #46665F

Color information

#46665F (or 0x46665F) is unknown color: approx Stromboli. HEX triplet: 46, 66 and 5F. RGB value is (70,102,95). Sum of RGB (Red+Green+Blue) = 70+102+95=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #46665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46665F is #B999A0. Grayscale: #5B5B5B. Windows color (decimal): -12163489 or 6252102. OLE color: 6252102.

HSL color Cylindrical-coordinate representation of color #46665F: hue angle of 166.88º 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 #46665F is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB7010295-
CMYK0.3100.070.6
HSL166.88º18.6%33.73%-
HSV(B)166.88º31.37%40%-
XYZ9.3411.6312.58-
YUV91.63129.9112.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=26.22%
G=38.20%
B=35.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102950.3100.070.6166.8818.633.73
Hex46665F1F073Ca71322
Octal1061461373707742472342
Binary1000110110011010111111111101111111001010011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46665F; }

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

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

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

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

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

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

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

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