Html Css Color HEX #48615D Dark Slate

📋 copy color: '#48615D'

red 72 ◦ green 97 ◦ blue 93

#48615D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #48615D

Tints of Dark Slate #48615D

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.5%

R = 27.48%
G = 37.02%
B = 35.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#48615D (or 0x48615D) is known color: 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

RGB 72 97 93 -
CMYK 0.26 0 0.04 0.62
HSL 170.4º 0.15% 0.33% -
HSV(B) 170.4º 0.26% 0.38% -
XYZ 8.92 10.72 11.95 -
YUV 89.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 72 97 93 0.26 0 0.04 0.62 170.4 0.15 0.33
Hex 48 61 5D 1A 0 4 3E AA F 21
Octal 110 141 135 32 0 4 76 252 17 41
Binary 1001000 1100001 1011101 11010 0 100 111110 10101010 1111 100001

Color Harmonies of #48615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48615D

Black with #48615D

Text Example


Text Example

White with #48615D

Text Example


Text Example

HTML Codes & Css Web 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>