#46645B

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

Shades of Stromboli #46645B

Tints of Stromboli #46645B

Color information

#46645B (or 0x46645B) is unknown color: approx Stromboli. HEX triplet: 46, 64 and 5B. RGB value is (70,100,91). Sum of RGB (Red+Green+Blue) = 70+100+91=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 100 - color contains mainly: green. Hex color #46645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46645B is #B99BA4. Grayscale: #5A5A5A. Windows color (decimal): -12164005 or 5989446. OLE color: 5989446.

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

Color convert

RGB7010091-
CMYK0.3000.090.61
HSL162º17.65%33.33%-
HSV(B)162º30%39.22%-
XYZ8.9711.1711.58-
YUV90128.56113.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=26.82%
G=38.31%
B=34.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100910.3000.090.6116217.6533.33
Hex46645B1E093Da21221
Octal10614413336011752422241
Binary10001101100100101101111110010011111011010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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