#46705D

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

Shades of Stromboli #46705D

Tints of Stromboli #46705D

Color information

#46705D (or 0x46705D) is unknown color: approx Stromboli. HEX triplet: 46, 70 and 5D. RGB value is (70,112,93). Sum of RGB (Red+Green+Blue) = 70+112+93=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #46705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46705D is #B98FA2. Grayscale: #616161. Windows color (decimal): -12160931 or 6123590. OLE color: 6123590.

HSL color Cylindrical-coordinate representation of color #46705D: hue angle of 152.86º 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 #46705D is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB7011293-
CMYK0.3800.170.56
HSL152.86º23.08%35.69%-
HSV(B)152.86º37.5%43.92%-
XYZ10.313.6812.45-
YUV97.28125.59108.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=25.45%
G=40.73%
B=33.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112930.3800.170.56152.8623.0835.69
Hex46705D2601138991724
Octal10616013546021702312744
Binary1000110111000010111011001100100011110001001100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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