Html Css Color HEX #414646 Dark Slate

📋 copy color: '#414646'

red 65 ◦ green 70 ◦ blue 70

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

Shades of Dark Slate #414646

Tints of Dark Slate #414646

RGB

 RED value IS 65 (25.78% from 255) = 31.71%

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 31.71%
G = 34.15%
B = 34.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#414646 (or 0x414646) is known color: Dark Slate. HEX triplet: 41, 46 and 46. RGB value is (65,70,70). Sum of RGB (Red+Green+Blue) = 65+70+70=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #414646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414646 is #BEB9B9. Grayscale: #444444. Windows color (decimal): -12499386 or 4605505. OLE color: 4605505.

HSL color Cylindrical-coordinate representation of color #414646: hue angle of 180º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #414646 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 70 -
CMYK 0.07 0 0 0.73
HSL 180º 0.04% 0.26% -
HSV(B) 180º 0.07% 0.27% -
XYZ 5.48 5.95 6.65 -
YUV 68.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 65 70 70 0.07 0 0 0.73 180 0.04 0.26
Hex 41 46 46 7 0 0 49 B4 4 1A
Octal 101 106 106 7 0 0 111 264 4 32
Binary 1000001 1000110 1000110 111 0 0 1001001 10110100 100 11010

Color Harmonies of #414646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414646

Black with #414646

Text Example


Text Example

White with #414646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414646; }

 p { color: rgb(65,70,70); }

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

background-color css

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

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

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

border-color css

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

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

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