#465F5B

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

Shades of Dark Slate #465F5B

Tints of Dark Slate #465F5B

Color information

#465F5B (or 0x465F5B) is unknown color: approx Dark Slate. HEX triplet: 46, 5F and 5B. RGB value is (70,95,91). Sum of RGB (Red+Green+Blue) = 70+95+91=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #465F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F5B is #B9A0A4. Grayscale: #575757. Windows color (decimal): -12165285 or 5988166. OLE color: 5988166.

HSL color Cylindrical-coordinate representation of color #465F5B: hue angle of 170.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465F5B is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB709591-
CMYK0.2600.040.63
HSL170.4º15.15%32.35%-
HSV(B)170.4º26.32%37.25%-
XYZ8.5110.2411.43-
YUV87.07130.22115.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=27.34%
G=37.11%
B=35.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095910.2600.040.63170.415.1532.35
Hex465F5B1A043Faaf20
Octal1061371333204772521740
Binary100011010111111011011110100100111111101010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465F5B; }

 p { color: rgb(70,95,91); }

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

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

 a { background-color: rgb(70,95,91); }

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

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

 span { border-color: rgb(70,95,91); }

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