#404951

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

Shades of Arsenic #404951

Tints of Arsenic #404951

Color information

#404951 (or 0x404951) is unknown color: approx Arsenic. HEX triplet: 40, 49 and 51. RGB value is (64,73,81). Sum of RGB (Red+Green+Blue) = 64+73+81=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #404951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404951 is #BFB6AE. Grayscale: #474747. Windows color (decimal): -12564143 or 5327168. OLE color: 5327168.

HSL color Cylindrical-coordinate representation of color #404951: hue angle of 208.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404951 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB647381-
CMYK0.210.1000.68
HSL208.24º11.72%28.43%-
HSV(B)208.24º20.99%31.76%-
XYZ5.986.458.71-
YUV71.22133.52122.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=29.36%
G=33.49%
B=37.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6473810.210.1000.68208.2411.7228.43
Hex40495115A044d0c1c
Octal100111121251201043201434
Binary1000000100100110100011010110100100010011010000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404951; }

 p { color: rgb(64,73,81); }

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

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

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

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

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

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

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