Html Css Color HEX #475150 Dark Slate

📋 copy color: '#475150'

red 71 ◦ green 81 ◦ blue 80

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

Shades of Dark Slate #475150

Tints of Dark Slate #475150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

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

R = 30.6%
G = 34.91%
B = 34.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#475150 (or 0x475150) is known color: Dark Slate. HEX triplet: 47, 51 and 50. RGB value is (71,81,80). Sum of RGB (Red+Green+Blue) = 71+81+80=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 81 - color contains mainly: green. Hex color #475150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475150 is #B8AEAF. Grayscale: #4D4D4D. Windows color (decimal): -12103344 or 5263687. OLE color: 5263687.

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

Color convert

RGB 71 81 80 -
CMYK 0.12 0 0.01 0.68
HSL 174º 0.07% 0.3% -
HSV(B) 174º 0.12% 0.32% -
XYZ 6.99 7.8 8.73 -
YUV 77.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 71 81 80 0.12 0 0.01 0.68 174 0.07 0.3
Hex 47 51 50 C 0 1 44 AE 7 1E
Octal 107 121 120 14 0 1 104 256 7 36
Binary 1000111 1010001 1010000 1100 0 1 1000100 10101110 111 11110

Color Harmonies of #475150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475150

Black with #475150

Text Example


Text Example

White with #475150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475150; }

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

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

background-color css

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

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

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

border-color css

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

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

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