Html Css Color HEX #46605E Dark Slate

📋 copy color: '#46605E'

red 70 ◦ green 96 ◦ blue 94

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

Shades of Dark Slate #46605E

Tints of Dark Slate #46605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 26.92%
G = 36.92%
B = 36.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#46605E (or 0x46605E) is known color: Dark Slate. HEX triplet: 46, 60 and 5E. RGB value is (70,96,94). Sum of RGB (Red+Green+Blue) = 70+96+94=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #46605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46605E is #B99FA1. Grayscale: #575757. Windows color (decimal): -12165026 or 6185030. OLE color: 6185030.

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

Color convert

RGB 70 96 94 -
CMYK 0.27 0 0.02 0.62
HSL 175.38º 0.16% 0.33% -
HSV(B) 175.38º 0.27% 0.38% -
XYZ 8.73 10.48 12.15 -
YUV 88 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 70 96 94 0.27 0 0.02 0.62 175.38 0.16 0.33
Hex 46 60 5E 1B 0 2 3E AF 10 21
Octal 106 140 136 33 0 2 76 257 20 41
Binary 1000110 1100000 1011110 11011 0 10 111110 10101111 10000 100001

Color Harmonies of #46605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46605E

Black with #46605E

Text Example


Text Example

White with #46605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46605E; }

 p { color: rgb(70,96,94); }

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

background-color css

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

 a { background-color: rgb(70,96,94); }

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

border-color css

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

 span { border-color: rgb(70,96,94); }

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