#465E5D

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

Shades of Dark Slate #465E5D

Tints of Dark Slate #465E5D

Color information

#465E5D (or 0x465E5D) is unknown color: approx Dark Slate. HEX triplet: 46, 5E and 5D. RGB value is (70,94,93). Sum of RGB (Red+Green+Blue) = 70+94+93=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 94 - color contains mainly: green. Hex color #465E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E5D is #B9A1A2. Grayscale: #565656. Windows color (decimal): -12165539 or 6118982. OLE color: 6118982.

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

Color convert

RGB709493-
CMYK0.2600.010.63
HSL177.5º14.63%32.16%-
HSV(B)177.5º25.53%36.86%-
XYZ8.510.111.86-
YUV86.71131.55116.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=27.24%
G=36.58%
B=36.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7094930.2600.010.63177.514.6332.16
Hex465E5D1A013Fb2f20
Octal1061361353201772621740
Binary1000110101111010111011101001111111101100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,94,93); }

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

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

 a { background-color: rgb(70,94,93); }

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

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

 span { border-color: rgb(70,94,93); }

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