Html Css Color HEX #47615D Dark Slate

📋 copy color: '#47615D'

red 71 ◦ green 97 ◦ blue 93

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

Shades of Dark Slate #47615D

Tints of Dark Slate #47615D

RGB

 RED value IS 71 (28.13% from 255) = 27.2%

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

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 27.2%
G = 37.16%
B = 35.63%

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

#47615D (or 0x47615D) is known color: Dark Slate. HEX triplet: 47, 61 and 5D. RGB value is (71,97,93). Sum of RGB (Red+Green+Blue) = 71+97+93=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #47615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47615D is #B89EA2. Grayscale: #585858. Windows color (decimal): -12099235 or 6119751. OLE color: 6119751.

HSL color Cylindrical-coordinate representation of color #47615D: 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 #47615D is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 93 -
CMYK 0.27 0 0.04 0.62
HSL 170.77º 0.15% 0.33% -
HSV(B) 170.77º 0.27% 0.38% -
XYZ 8.85 10.68 11.95 -
YUV 88.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 71 97 93 0.27 0 0.04 0.62 170.77 0.15 0.33
Hex 47 61 5D 1B 0 4 3E AB F 21
Octal 107 141 135 33 0 4 76 253 17 41
Binary 1000111 1100001 1011101 11011 0 100 111110 10101011 1111 100001

Color Harmonies of #47615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47615D

Black with #47615D

Text Example


Text Example

White with #47615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47615D;
 }
 .AnyTagClassName
 {
   color: #47615D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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