#49615E

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

Shades of Dark Slate #49615E

Tints of Dark Slate #49615E

Color information

#49615E (or 0x49615E) is unknown color: approx Dark Slate. HEX triplet: 49, 61 and 5E. RGB value is (73,97,94). Sum of RGB (Red+Green+Blue) = 73+97+94=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #49615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49615E is #B69EA1. Grayscale: #595959. Windows color (decimal): -11968162 or 6185289. OLE color: 6185289.

HSL color Cylindrical-coordinate representation of color #49615E: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49615E is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB739794-
CMYK0.2500.030.62
HSL172.5º14.12%33.33%-
HSV(B)172.5º24.74%38.04%-
XYZ9.0410.7712.19-
YUV89.48130.55116.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=27.65%
G=36.74%
B=35.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397940.2500.030.62172.514.1233.33
Hex49615E19033Eace21
Octal1111411363103762541641
Binary10010011100001101111011001011111110101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,97,94); }

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

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

 a { background-color: rgb(73,97,94); }

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

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

 span { border-color: rgb(73,97,94); }

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