#465A56

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

Shades of Dark Slate #465A56

Tints of Dark Slate #465A56

Color information

#465A56 (or 0x465A56) is unknown color: approx Dark Slate. HEX triplet: 46, 5A and 56. RGB value is (70,90,86). Sum of RGB (Red+Green+Blue) = 70+90+86=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #465A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A56 is #B9A5A9. Grayscale: #535353. Windows color (decimal): -12166570 or 5659206. OLE color: 5659206.

HSL color Cylindrical-coordinate representation of color #465A56: hue angle of 168º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A56 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB709086-
CMYK0.2200.040.65
HSL168º12.5%31.37%-
HSV(B)168º22.22%35.29%-
XYZ7.869.2910.18-
YUV83.56129.37118.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=28.46%
G=36.59%
B=34.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090860.2200.040.6516812.531.37
Hex465A56160441a8c1f
Octal10613212626041012501437
Binary100011010110101010110101100100100000110101000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,90,86); }

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

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

 a { background-color: rgb(70,90,86); }

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

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

 span { border-color: rgb(70,90,86); }

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