Html Css Color HEX #414949 Dark Slate

📋 copy color: '#414949'

red 65 ◦ green 73 ◦ blue 73

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

Shades of Dark Slate #414949

Tints of Dark Slate #414949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 30.81%
G = 34.6%
B = 34.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#414949 (or 0x414949) is known color: Dark Slate. HEX triplet: 41, 49 and 49. RGB value is (65,73,73). Sum of RGB (Red+Green+Blue) = 65+73+73=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #414949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414949 is #BEB6B6. Grayscale: #464646. Windows color (decimal): -12498615 or 4802881. OLE color: 4802881.

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

Color convert

RGB 65 73 73 -
CMYK 0.11 0 0 0.71
HSL 180º 0.06% 0.27% -
HSV(B) 180º 0.11% 0.29% -
XYZ 5.77 6.37 7.23 -
YUV 70.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 65 73 73 0.11 0 0 0.71 180 0.06 0.27
Hex 41 49 49 B 0 0 47 B4 6 1B
Octal 101 111 111 13 0 0 107 264 6 33
Binary 1000001 1001001 1001001 1011 0 0 1000111 10110100 110 11011

Color Harmonies of #414949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414949

Black with #414949

Text Example


Text Example

White with #414949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414949; }

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

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

background-color css

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

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

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

border-color css

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

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

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