#46705E

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

Shades of Stromboli #46705E

Tints of Stromboli #46705E

Color information

#46705E (or 0x46705E) is unknown color: approx Stromboli. HEX triplet: 46, 70 and 5E. RGB value is (70,112,94). Sum of RGB (Red+Green+Blue) = 70+112+94=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #46705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46705E is #B98FA1. Grayscale: #616161. Windows color (decimal): -12160930 or 6189126. OLE color: 6189126.

HSL color Cylindrical-coordinate representation of color #46705E: hue angle of 154.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46705E is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB7011294-
CMYK0.3800.160.56
HSL154.29º23.08%35.69%-
HSV(B)154.29º37.5%43.92%-
XYZ10.3413.712.69-
YUV97.39126.09108.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=25.36%
G=40.58%
B=34.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112940.3800.160.56154.2923.0835.69
Hex46705E26010389a1724
Octal10616013646020702322744
Binary1000110111000010111101001100100001110001001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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