Html Css Color HEX #48625E Dark Slate

📋 copy color: '#48625E'

red 72 ◦ green 98 ◦ blue 94

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

Shades of Dark Slate #48625E

Tints of Dark Slate #48625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

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

R = 27.27%
G = 37.12%
B = 35.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#48625E (or 0x48625E) is known color: Dark Slate. HEX triplet: 48, 62 and 5E. RGB value is (72,98,94). Sum of RGB (Red+Green+Blue) = 72+98+94=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #48625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48625E is #B79DA1. Grayscale: #595959. Windows color (decimal): -12033442 or 6185544. OLE color: 6185544.

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

Color convert

RGB 72 98 94 -
CMYK 0.27 0 0.04 0.62
HSL 170.77º 0.15% 0.33% -
HSV(B) 170.77º 0.27% 0.38% -
XYZ 9.06 10.92 12.22 -
YUV 89.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 72 98 94 0.27 0 0.04 0.62 170.77 0.15 0.33
Hex 48 62 5E 1B 0 4 3E AB F 21
Octal 110 142 136 33 0 4 76 253 17 41
Binary 1001000 1100010 1011110 11011 0 100 111110 10101011 1111 100001

Color Harmonies of #48625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48625E

Black with #48625E

Text Example


Text Example

White with #48625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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