#465756

Color #465756 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #465756

Tints of Dark Slate #465756

Color information

#465756 (or 0x465756) is unknown color: approx Dark Slate. HEX triplet: 46, 57 and 56. RGB value is (70,87,86). Sum of RGB (Red+Green+Blue) = 70+87+86=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 87 - color contains mainly: green. Hex color #465756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465756 is #B9A8A9. Grayscale: #515151. Windows color (decimal): -12167338 or 5658438. OLE color: 5658438.

HSL color Cylindrical-coordinate representation of color #465756: hue angle of 176.47º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465756 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB708786-
CMYK0.2000.010.66
HSL176.47º10.83%30.78%-
HSV(B)176.47º19.54%34.12%-
XYZ7.618.7910.1-
YUV81.8130.37119.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=28.81%
G=35.80%
B=35.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087860.2000.010.66176.4710.8330.78
Hex465756140142b0b1f
Octal10612712624011022601337
Binary1000110101011110101101010001100001010110000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465756; }

 p { color: rgb(70,87,86); }

 H1.HeaderClassName
 {
   color: #465756;
 }
 .AnyTagClassName
 {
   color: #465756;
 }
</style>
background-color css

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

 a { background-color: rgb(70,87,86); }

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

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

 span { border-color: rgb(70,87,86); }

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