#465D5A

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

Shades of Dark Slate #465D5A

Tints of Dark Slate #465D5A

Color information

#465D5A (or 0x465D5A) is unknown color: approx Dark Slate. HEX triplet: 46, 5D and 5A. RGB value is (70,93,90). Sum of RGB (Red+Green+Blue) = 70+93+90=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 93 - color contains mainly: green. Hex color #465D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D5A is #B9A2A5. Grayscale: #555555. Windows color (decimal): -12165798 or 5922118. OLE color: 5922118.

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

Color convert

RGB709390-
CMYK0.2500.030.64
HSL172.17º14.11%31.96%-
HSV(B)172.17º24.73%36.47%-
XYZ8.299.8711.14-
YUV85.78130.38116.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=27.67%
G=36.76%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093900.2500.030.64172.1714.1131.96
Hex465D5A190340ace20
Octal10613513231031002541640
Binary100011010111011011010110010111000000101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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