Html Css Color HEX #47605D Dark Slate

📋 copy color: '#47605D'

red 71 ◦ green 96 ◦ blue 93

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

Shades of Dark Slate #47605D

Tints of Dark Slate #47605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 27.31%
G = 36.92%
B = 35.77%

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

#47605D (or 0x47605D) is known color: Dark Slate. HEX triplet: 47, 60 and 5D. RGB value is (71,96,93). Sum of RGB (Red+Green+Blue) = 71+96+93=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #47605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47605D is #B89FA2. Grayscale: #585858. Windows color (decimal): -12099491 or 6119495. OLE color: 6119495.

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

Color convert

RGB 71 96 93 -
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.76 10.5 11.92 -
YUV 88.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 71 96 93 0.26 0 0.03 0.62 172.8 0.15 0.33
Hex 47 60 5D 1A 0 3 3E AD F 21
Octal 107 140 135 32 0 3 76 255 17 41
Binary 1000111 1100000 1011101 11010 0 11 111110 10101101 1111 100001

Color Harmonies of #47605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47605D

Black with #47605D

Text Example


Text Example

White with #47605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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