#46645F

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

Shades of Stromboli #46645F

Tints of Stromboli #46645F

Color information

#46645F (or 0x46645F) is unknown color: approx Stromboli. HEX triplet: 46, 64 and 5F. RGB value is (70,100,95). Sum of RGB (Red+Green+Blue) = 70+100+95=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #46645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46645F is #B99BA0. Grayscale: #5A5A5A. Windows color (decimal): -12164001 or 6251590. OLE color: 6251590.

HSL color Cylindrical-coordinate representation of color #46645F: hue angle of 170º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46645F is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB7010095-
CMYK0.3000.050.61
HSL170º17.65%33.33%-
HSV(B)170º30%39.22%-
XYZ9.1511.2412.51-
YUV90.46130.56113.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=26.42%
G=37.74%
B=35.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100950.3000.050.6117017.6533.33
Hex46645F1E053Daa1221
Octal1061441373605752522241
Binary1000110110010010111111111001011111011010101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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