#465F5C

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

Shades of Dark Slate #465F5C

Tints of Dark Slate #465F5C

Color information

#465F5C (or 0x465F5C) is unknown color: approx Dark Slate. HEX triplet: 46, 5F and 5C. RGB value is (70,95,92). Sum of RGB (Red+Green+Blue) = 70+95+92=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #465F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F5C is #B9A0A3. Grayscale: #575757. Windows color (decimal): -12165284 or 6053702. OLE color: 6053702.

HSL color Cylindrical-coordinate representation of color #465F5C: hue angle of 172.8º 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 #465F5C is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB709592-
CMYK0.2600.030.63
HSL172.8º15.15%32.35%-
HSV(B)172.8º26.32%37.25%-
XYZ8.5510.2611.65-
YUV87.18130.72115.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=27.24%
G=36.96%
B=35.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095920.2600.030.63172.815.1532.35
Hex465F5C1A033Fadf20
Octal1061371343203772551740
Binary10001101011111101110011010011111111101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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