Html Css Color HEX #46615F Dark Slate

📋 copy color: '#46615F'

red 70 ◦ green 97 ◦ blue 95

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

Shades of Dark Slate #46615F

Tints of Dark Slate #46615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 26.72%
G = 37.02%
B = 36.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#46615F (or 0x46615F) is known color: Dark Slate. HEX triplet: 46, 61 and 5F. RGB value is (70,97,95). Sum of RGB (Red+Green+Blue) = 70+97+95=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #46615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46615F is #B99EA0. Grayscale: #585858. Windows color (decimal): -12164769 or 6250822. OLE color: 6250822.

HSL color Cylindrical-coordinate representation of color #46615F: hue angle of 175.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46615F is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 95 -
CMYK 0.28 0 0.02 0.62
HSL 175.56º 0.16% 0.33% -
HSV(B) 175.56º 0.28% 0.38% -
XYZ 8.87 10.68 12.42 -
YUV 88.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 70 97 95 0.28 0 0.02 0.62 175.56 0.16 0.33
Hex 46 61 5F 1C 0 2 3E B0 10 21
Octal 106 141 137 34 0 2 76 260 20 41
Binary 1000110 1100001 1011111 11100 0 10 111110 10110000 10000 100001

Color Harmonies of #46615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46615F

Black with #46615F

Text Example


Text Example

White with #46615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46615F; }

 p { color: rgb(70,97,95); }

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

background-color css

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

 a { background-color: rgb(70,97,95); }

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

border-color css

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

 span { border-color: rgb(70,97,95); }

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