Html Css Color HEX #48615E Dark Slate

📋 copy color: '#48615E'

red 72 ◦ green 97 ◦ blue 94

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

Shades of Dark Slate #48615E

Tints of Dark Slate #48615E

RGB

 RED value IS 72 (28.52% from 255) = 27.38%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 27.38%
G = 36.88%
B = 35.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#48615E (or 0x48615E) is known color: Dark Slate. HEX triplet: 48, 61 and 5E. RGB value is (72,97,94). Sum of RGB (Red+Green+Blue) = 72+97+94=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #48615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48615E is #B79EA1. Grayscale: #595959. Windows color (decimal): -12033698 or 6185288. OLE color: 6185288.

HSL color Cylindrical-coordinate representation of color #48615E: hue angle of 172.8º 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 #48615E is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 94 -
CMYK 0.26 0 0.03 0.62
HSL 172.8º 0.15% 0.33% -
HSV(B) 172.8º 0.26% 0.38% -
XYZ 8.97 10.74 12.19 -
YUV 89.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 72 97 94 0.26 0 0.03 0.62 172.8 0.15 0.33
Hex 48 61 5E 1A 0 3 3E AD F 21
Octal 110 141 136 32 0 3 76 255 17 41
Binary 1001000 1100001 1011110 11010 0 11 111110 10101101 1111 100001

Color Harmonies of #48615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48615E

Black with #48615E

Text Example


Text Example

White with #48615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48615E;
 }
 .AnyTagClassName
 {
   color: #48615E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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