#47605E

Color #47605E Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #47605E

Tints of Dark Slate #47605E

Color information

#47605E (or 0x47605E) is unknown color: approx Dark Slate. HEX triplet: 47, 60 and 5E. RGB value is (71,96,94). Sum of RGB (Red+Green+Blue) = 71+96+94=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #47605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47605E is #B89FA1. Grayscale: #585858. Windows color (decimal): -12099490 or 6185031. OLE color: 6185031.

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

Color convert

RGB719694-
CMYK0.2600.020.62
HSL175.2º14.97%32.75%-
HSV(B)175.2º26.04%37.65%-
XYZ8.810.5112.16-
YUV88.3131.22115.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=27.20%
G=36.78%
B=36.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196940.2600.020.62175.214.9732.75
Hex47605E1A023Eaff21
Octal1071401363202762571741
Binary10001111100000101111011010010111110101011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47605E;
 }
 .AnyTagClassName
 {
   color: #47605E;
 }
</style>
background-color css

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

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

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

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

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

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