#465B58

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

Shades of Dark Slate #465B58

Tints of Dark Slate #465B58

Color information

#465B58 (or 0x465B58) is unknown color: approx Dark Slate. HEX triplet: 46, 5B and 58. RGB value is (70,91,88). Sum of RGB (Red+Green+Blue) = 70+91+88=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #465B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B58 is #B9A4A7. Grayscale: #545454. Windows color (decimal): -12166312 or 5790534. OLE color: 5790534.

HSL color Cylindrical-coordinate representation of color #465B58: hue angle of 171.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B58 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB709188-
CMYK0.2300.030.64
HSL171.43º13.04%31.57%-
HSV(B)171.43º23.08%35.69%-
XYZ8.039.4910.64-
YUV84.38130.04117.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=28.11%
G=36.55%
B=35.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091880.2300.030.64171.4313.0431.57
Hex465B58170340abd20
Octal10613313027031002531540
Binary100011010110111011000101110111000000101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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