#444546

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

Shades of Arsenic #444546

Tints of Arsenic #444546

Color information

#444546 (or 0x444546) is unknown color: approx Arsenic. HEX triplet: 44, 45 and 46. RGB value is (68,69,70). Sum of RGB (Red+Green+Blue) = 68+69+70=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 70 - color contains mainly: blue. Hex color #444546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444546 is #BBBAB9. Grayscale: #444444. Windows color (decimal): -12303034 or 4605252. OLE color: 4605252.

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

Color convert

RGB686970-
CMYK0.030.0100.73
HSL210º1.45%27.06%-
HSV(B)210º2.86%27.45%-
XYZ5.625.936.64-
YUV68.82128.67127.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=32.85%
G=33.33%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869700.030.0100.732101.4527.06
Hex44454631049d211b
Octal104105106310111322133
Binary1000100100010110001101110100100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444546; }

 p { color: rgb(68,69,70); }

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

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

 a { background-color: rgb(68,69,70); }

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

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

 span { border-color: rgb(68,69,70); }

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