#46645C

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

Shades of Stromboli #46645C

Tints of Stromboli #46645C

Color information

#46645C (or 0x46645C) is unknown color: approx Stromboli. HEX triplet: 46, 64 and 5C. RGB value is (70,100,92). Sum of RGB (Red+Green+Blue) = 70+100+92=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 100 - color contains mainly: green. Hex color #46645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46645C is #B99BA3. Grayscale: #5A5A5A. Windows color (decimal): -12164004 or 6054982. OLE color: 6054982.

HSL color Cylindrical-coordinate representation of color #46645C: hue angle of 164º 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 #46645C is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB7010092-
CMYK0.3000.080.61
HSL164º17.65%33.33%-
HSV(B)164º30%39.22%-
XYZ9.0111.1911.81-
YUV90.12129.06113.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=26.72%
G=38.17%
B=35.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100920.3000.080.6116417.6533.33
Hex46645C1E083Da41221
Octal10614413436010752442241
Binary10001101100100101110011110010001111011010010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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