#414747

Color #414747 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #414747

Tints of Dark Slate #414747

Color information

#414747 (or 0x414747) is unknown color: approx 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

RGB657171-
CMYK0.08000.72
HSL180º4.41%26.67%-
HSV(B)180º8.45%27.84%-
XYZ5.576.096.84-
YUV69.21129.01125-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=31.40%
G=34.30%
B=34.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571710.08000.721804.4126.67
Hex41474780048b441b
Octal1011071071000110264433
Binary10000011000111100011110000010010001011010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>