Html Css Color HEX #475351 Dark Slate

📋 copy color: '#475351'

red 71 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate #475351

Tints of Dark Slate #475351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 30.21%
G = 35.32%
B = 34.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#475351 (or 0x475351) is known color: Dark Slate. HEX triplet: 47, 53 and 51. RGB value is (71,83,81). Sum of RGB (Red+Green+Blue) = 71+83+81=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #475351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475351 is #B8ACAE. Grayscale: #4F4F4F. Windows color (decimal): -12102831 or 5329735. OLE color: 5329735.

HSL color Cylindrical-coordinate representation of color #475351: hue angle of 170º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475351 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 81 -
CMYK 0.14 0 0.02 0.67
HSL 170º 0.08% 0.3% -
HSV(B) 170º 0.14% 0.33% -
XYZ 7.18 8.12 8.97 -
YUV 79.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 71 83 81 0.14 0 0.02 0.67 170 0.08 0.3
Hex 47 53 51 E 0 2 43 AA 8 1E
Octal 107 123 121 16 0 2 103 252 10 36
Binary 1000111 1010011 1010001 1110 0 10 1000011 10101010 1000 11110

Color Harmonies of #475351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475351

Black with #475351

Text Example


Text Example

White with #475351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475351; }

 p { color: rgb(71,83,81); }

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

background-color css

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

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

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

border-color css

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

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

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