Html Css Color HEX #414747 Dark Slate

📋 copy color: '#414747'

red 65 ◦ green 71 ◦ blue 71

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

Shades of Dark Slate #414747

Tints of Dark Slate #414747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 31.4%
G = 34.3%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414747 (or 0x414747) is known color: Dark Slate. HEX triplet: 41, 47 and 47. RGB value is (65,71,71). Sum of RGB (Red+Green+Blue) = 65+71+71=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #414747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414747 is #BEB8B8. Grayscale: #454545. Windows color (decimal): -12499129 or 4671297. OLE color: 4671297.

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

Color convert

RGB 65 71 71 -
CMYK 0.08 0 0 0.72
HSL 180º 0.04% 0.27% -
HSV(B) 180º 0.08% 0.28% -
XYZ 5.57 6.09 6.84 -
YUV 69.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 65 71 71 0.08 0 0 0.72 180 0.04 0.27
Hex 41 47 47 8 0 0 48 B4 4 1B
Octal 101 107 107 10 0 0 110 264 4 33
Binary 1000001 1000111 1000111 1000 0 0 1001000 10110100 100 11011

Color Harmonies of #414747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414747

Black with #414747

Text Example


Text Example

White with #414747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414747; }

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

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

background-color css

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

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

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

border-color css

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

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

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