#414548

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

Shades of Arsenic #414548

Tints of Arsenic #414548

Color information

#414548 (or 0x414548) is unknown color: approx Arsenic. HEX triplet: 41, 45 and 48. RGB value is (65,69,72). Sum of RGB (Red+Green+Blue) = 65+69+72=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #414548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414548 is #BEBAB7. Grayscale: #444444. Windows color (decimal): -12499640 or 4736321. OLE color: 4736321.

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

Color convert

RGB656972-
CMYK0.100.0400.72
HSL205.71º5.11%26.86%-
HSV(B)205.71º9.72%28.24%-
XYZ5.485.856.97-
YUV68.15130.17125.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=31.55%
G=33.50%
B=34.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6569720.100.0400.72205.715.1126.86
Hex414548A4048ce51b
Octal1011051101240110316533
Binary1000001100010110010001010100010010001100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414548; }

 p { color: rgb(65,69,72); }

 H1.HeaderClassName
 {
   color: #414548;
 }
 .AnyTagClassName
 {
   color: #414548;
 }
</style>
background-color css

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

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

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

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

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

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