#404448

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

Shades of Arsenic #404448

Tints of Arsenic #404448

Color information

#404448 (or 0x404448) is unknown color: approx Arsenic. HEX triplet: 40, 44 and 48. RGB value is (64,68,72). Sum of RGB (Red+Green+Blue) = 64+68+72=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 72 - color contains mainly: blue. Hex color #404448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404448 is #BFBBB7. Grayscale: #434343. Windows color (decimal): -12565432 or 4736064. OLE color: 4736064.

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

Color convert

RGB646872-
CMYK0.110.0600.72
HSL210º5.88%26.67%-
HSV(B)210º11.11%28.24%-
XYZ5.355.696.95-
YUV67.26130.67125.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=31.37%
G=33.33%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6468720.110.0600.722105.8826.67
Hex404448B6048d261b
Octal1001041101360110322633
Binary1000000100010010010001011110010010001101001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404448; }

 p { color: rgb(64,68,72); }

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

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

 a { background-color: rgb(64,68,72); }

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

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

 span { border-color: rgb(64,68,72); }

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