Html Css Color HEX #475250 Dark Slate

📋 copy color: '#475250'

red 71 ◦ green 82 ◦ blue 80

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

Shades of Dark Slate #475250

Tints of Dark Slate #475250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

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

R = 30.47%
G = 35.19%
B = 34.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#475250 (or 0x475250) is known color: Dark Slate. HEX triplet: 47, 52 and 50. RGB value is (71,82,80). Sum of RGB (Red+Green+Blue) = 71+82+80=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 82 - color contains mainly: green. Hex color #475250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475250 is #B8ADAF. Grayscale: #4E4E4E. Windows color (decimal): -12103088 or 5263943. OLE color: 5263943.

HSL color Cylindrical-coordinate representation of color #475250: hue angle of 169.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #475250 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 80 -
CMYK 0.13 0 0.02 0.68
HSL 169.09º 0.07% 0.3% -
HSV(B) 169.09º 0.13% 0.32% -
XYZ 7.06 7.95 8.75 -
YUV 78.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 71 82 80 0.13 0 0.02 0.68 169.09 0.07 0.3
Hex 47 52 50 D 0 2 44 A9 7 1E
Octal 107 122 120 15 0 2 104 251 7 36
Binary 1000111 1010010 1010000 1101 0 10 1000100 10101001 111 11110

Color Harmonies of #475250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475250

Black with #475250

Text Example


Text Example

White with #475250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475250; }

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

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

background-color css

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

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

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

border-color css

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

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

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