#49625E

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

Shades of Dark Slate #49625E

Tints of Dark Slate #49625E

Color information

#49625E (or 0x49625E) is unknown color: approx Dark Slate. HEX triplet: 49, 62 and 5E. RGB value is (73,98,94). Sum of RGB (Red+Green+Blue) = 73+98+94=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #49625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49625E is #B69DA1. Grayscale: #5A5A5A. Windows color (decimal): -11967906 or 6185545. OLE color: 6185545.

HSL color Cylindrical-coordinate representation of color #49625E: hue angle of 170.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49625E is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB739894-
CMYK0.2600.040.62
HSL170.4º14.62%33.53%-
HSV(B)170.4º25.51%38.43%-
XYZ9.1410.9612.22-
YUV90.07130.22115.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=27.55%
G=36.98%
B=35.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398940.2600.040.62170.414.6233.53
Hex49625E1A043Eaaf22
Octal1111421363204762521742
Binary100100111000101011110110100100111110101010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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