#465E5B

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

Shades of Dark Slate #465E5B

Tints of Dark Slate #465E5B

Color information

#465E5B (or 0x465E5B) is unknown color: approx Dark Slate. HEX triplet: 46, 5E and 5B. RGB value is (70,94,91). Sum of RGB (Red+Green+Blue) = 70+94+91=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #465E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E5B is #B9A1A4. Grayscale: #565656. Windows color (decimal): -12165541 or 5987910. OLE color: 5987910.

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

Color convert

RGB709491-
CMYK0.2600.030.63
HSL172.5º14.63%32.16%-
HSV(B)172.5º25.53%36.86%-
XYZ8.4210.0611.4-
YUV86.48130.55116.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=27.45%
G=36.86%
B=35.69%

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
Decimal7094910.2600.030.63172.514.6332.16
Hex465E5B1A033Facf20
Octal1061361333203772541740
Binary10001101011110101101111010011111111101011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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