Html Css Color HEX #476460 Dark Slate

📋 copy color: '#476460'

red 71 ◦ green 100 ◦ blue 96

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

Shades of Dark Slate #476460

Tints of Dark Slate #476460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 26.59%
G = 37.45%
B = 35.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#476460 (or 0x476460) is known color: Dark Slate. HEX triplet: 47, 64 and 60. RGB value is (71,100,96). Sum of RGB (Red+Green+Blue) = 71+100+96=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 100 - color contains mainly: green. Hex color #476460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476460 is #B89B9F. Grayscale: #5A5A5A. Windows color (decimal): -12098464 or 6317127. OLE color: 6317127.

HSL color Cylindrical-coordinate representation of color #476460: hue angle of 171.72º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #476460 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 96 -
CMYK 0.29 0 0.04 0.61
HSL 171.72º 0.17% 0.34% -
HSV(B) 171.72º 0.29% 0.39% -
XYZ 9.27 11.3 12.76 -
YUV 90.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 71 100 96 0.29 0 0.04 0.61 171.72 0.17 0.34
Hex 47 64 60 1D 0 4 3D AC 11 22
Octal 107 144 140 35 0 4 75 254 21 42
Binary 1000111 1100100 1100000 11101 0 100 111101 10101100 10001 100010

Color Harmonies of #476460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476460

Black with #476460

Text Example


Text Example

White with #476460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476460; }

 p { color: rgb(71,100,96); }

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

background-color css

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

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

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

border-color css

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

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

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