#444648

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

Shades of Arsenic #444648

Tints of Arsenic #444648

Color information

#444648 (or 0x444648) is unknown color: approx Arsenic. HEX triplet: 44, 46 and 48. RGB value is (68,70,72). Sum of RGB (Red+Green+Blue) = 68+70+72=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 72 - color contains mainly: blue. Hex color #444648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444648 is #BBB9B7. Grayscale: #454545. Windows color (decimal): -12302776 or 4736580. OLE color: 4736580.

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

Color convert

RGB687072-
CMYK0.060.0300.72
HSL210º2.86%27.45%-
HSV(B)210º5.56%28.24%-
XYZ5.746.087-
YUV69.63129.34126.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=32.38%
G=33.33%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6870720.060.0300.722102.8627.45
Hex44464863048d231b
Octal104106110630110322333
Binary1000100100011010010001101101001000110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444648; }

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

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

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

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

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

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

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

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