#46645E

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

Shades of Stromboli #46645E

Tints of Stromboli #46645E

Color information

#46645E (or 0x46645E) is unknown color: approx Stromboli. HEX triplet: 46, 64 and 5E. RGB value is (70,100,94). Sum of RGB (Red+Green+Blue) = 70+100+94=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #46645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46645E is #B99BA1. Grayscale: #5A5A5A. Windows color (decimal): -12164002 or 6186054. OLE color: 6186054.

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

Color convert

RGB7010094-
CMYK0.3000.060.61
HSL168º17.65%33.33%-
HSV(B)168º30%39.22%-
XYZ9.111.2212.28-
YUV90.35130.06113.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=26.52%
G=37.88%
B=35.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100940.3000.060.6116817.6533.33
Hex46645E1E063Da81221
Octal1061441363606752502241
Binary1000110110010010111101111001101111011010100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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