Html Css Color HEX #465956 Dark Slate

📋 copy color: '#465956'

red 70 ◦ green 89 ◦ blue 86

#465956
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #465956

Tints of Dark Slate #465956

RGB

 RED value IS 70 (27.73% from 255) = 28.57%

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 28.57%
G = 36.33%
B = 35.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#465956 (or 0x465956) is known color: Dark Slate. HEX triplet: 46, 59 and 56. RGB value is (70,89,86). Sum of RGB (Red+Green+Blue) = 70+89+86=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #465956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465956 is #B9A6A9. Grayscale: #525252. Windows color (decimal): -12166826 or 5658950. OLE color: 5658950.

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

Color convert

RGB 70 89 86 -
CMYK 0.21 0 0.03 0.65
HSL 170.53º 0.12% 0.31% -
HSV(B) 170.53º 0.21% 0.35% -
XYZ 7.78 9.12 10.15 -
YUV 82.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 70 89 86 0.21 0 0.03 0.65 170.53 0.12 0.31
Hex 46 59 56 15 0 3 41 AB C 1F
Octal 106 131 126 25 0 3 101 253 14 37
Binary 1000110 1011001 1010110 10101 0 11 1000001 10101011 1100 11111

Color Harmonies of #465956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465956

Black with #465956

Text Example


Text Example

White with #465956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465956; }

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

 H1.HeaderClassName
 {
   color: #465956;
 }
 .AnyTagClassName
 {
   color: #465956;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #465956;
 }
 .BgClassName
 {
   background-color: #465956;
 }
</style>

border-color css

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

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

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