#48615D

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

Shades of Dark Slate #48615D

Tints of Dark Slate #48615D

Color information

#48615D (or 0x48615D) is unknown color: approx Dark Slate. HEX triplet: 48, 61 and 5D. RGB value is (72,97,93). Sum of RGB (Red+Green+Blue) = 72+97+93=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #48615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48615D is #B79EA2. Grayscale: #595959. Windows color (decimal): -12033699 or 6119752. OLE color: 6119752.

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

Color convert

RGB729793-
CMYK0.2600.040.62
HSL170.4º14.79%33.14%-
HSV(B)170.4º25.77%38.04%-
XYZ8.9210.7211.95-
YUV89.07130.22115.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=27.48%
G=37.02%
B=35.50%

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
Decimal7297930.2600.040.62170.414.7933.14
Hex48615D1A043Eaaf21
Octal1101411353204762521741
Binary100100011000011011101110100100111110101010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,97,93); }

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

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

 a { background-color: rgb(72,97,93); }

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

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

 span { border-color: rgb(72,97,93); }

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