Html Css Color HEX #46605C Dark Slate

📋 copy color: '#46605C'

red 70 ◦ green 96 ◦ blue 92

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

Shades of Dark Slate #46605C

Tints of Dark Slate #46605C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 27.13%
G = 37.21%
B = 35.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#46605C (or 0x46605C) is known color: Dark Slate. HEX triplet: 46, 60 and 5C. RGB value is (70,96,92). Sum of RGB (Red+Green+Blue) = 70+96+92=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #46605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46605C is #B99FA3. Grayscale: #575757. Windows color (decimal): -12165028 or 6053958. OLE color: 6053958.

HSL color Cylindrical-coordinate representation of color #46605C: hue angle of 170.77º 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 #46605C is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 92 -
CMYK 0.27 0 0.04 0.62
HSL 170.77º 0.16% 0.33% -
HSV(B) 170.77º 0.27% 0.38% -
XYZ 8.64 10.44 11.69 -
YUV 87.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 70 96 92 0.27 0 0.04 0.62 170.77 0.16 0.33
Hex 46 60 5C 1B 0 4 3E AB 10 21
Octal 106 140 134 33 0 4 76 253 20 41
Binary 1000110 1100000 1011100 11011 0 100 111110 10101011 10000 100001

Color Harmonies of #46605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46605C

Black with #46605C

Text Example


Text Example

White with #46605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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