Html Css Color HEX #475050 Dark Slate

📋 copy color: '#475050'

red 71 ◦ green 80 ◦ blue 80

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

Shades of Dark Slate #475050

Tints of Dark Slate #475050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 30.74%
G = 34.63%
B = 34.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#475050 (or 0x475050) is known color: Dark Slate. HEX triplet: 47, 50 and 50. RGB value is (71,80,80). Sum of RGB (Red+Green+Blue) = 71+80+80=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #475050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475050 is #B8AFAF. Grayscale: #4D4D4D. Windows color (decimal): -12103600 or 5263431. OLE color: 5263431.

HSL color Cylindrical-coordinate representation of color #475050: hue angle of 180º 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 #475050 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 80 -
CMYK 0.11 0 0 0.69
HSL 180º 0.06% 0.3% -
HSV(B) 180º 0.11% 0.31% -
XYZ 6.92 7.66 8.7 -
YUV 77.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 71 80 80 0.11 0 0 0.69 180 0.06 0.3
Hex 47 50 50 B 0 0 45 B4 6 1E
Octal 107 120 120 13 0 0 105 264 6 36
Binary 1000111 1010000 1010000 1011 0 0 1000101 10110100 110 11110

Color Harmonies of #475050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475050

Black with #475050

Text Example


Text Example

White with #475050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475050; }

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

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

background-color css

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

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

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

border-color css

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

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

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