Html Css Color HEX #47504F Dark Slate

📋 copy color: '#47504F'

red 71 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate #47504F

Tints of Dark Slate #47504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 79 (31.25% from 255) = 34.35%

R = 30.87%
G = 34.78%
B = 34.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#47504F (or 0x47504F) is known color: Dark Slate. HEX triplet: 47, 50 and 4F. RGB value is (71,80,79). Sum of RGB (Red+Green+Blue) = 71+80+79=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 80 - color contains mainly: green. Hex color #47504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47504F is #B8AFB0. Grayscale: #4D4D4D. Windows color (decimal): -12103601 or 5197895. OLE color: 5197895.

HSL color Cylindrical-coordinate representation of color #47504F: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47504F is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 79 -
CMYK 0.11 0 0.01 0.69
HSL 173.33º 0.06% 0.3% -
HSV(B) 173.33º 0.11% 0.31% -
XYZ 6.88 7.64 8.51 -
YUV 77.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 71 80 79 0.11 0 0.01 0.69 173.33 0.06 0.3
Hex 47 50 4F B 0 1 45 AD 6 1E
Octal 107 120 117 13 0 1 105 255 6 36
Binary 1000111 1010000 1001111 1011 0 1 1000101 10101101 110 11110

Color Harmonies of #47504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47504F

Black with #47504F

Text Example


Text Example

White with #47504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47504F; }

 p { color: rgb(71,80,79); }

 H1.HeaderClassName
 {
   color: #47504F;
 }
 .AnyTagClassName
 {
   color: #47504F;
 }
</style>

background-color css

<style>
 a { background-color: #47504F; }

 a { background-color: rgb(71,80,79); }

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

border-color css

<style>
 span { border-color: #47504F; }

 span { border-color: rgb(71,80,79); }

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