#444848

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

Shades of Dark Slate #444848

Tints of Dark Slate #444848

Color information

#444848 (or 0x444848) is unknown color: approx Dark Slate. HEX triplet: 44, 48 and 48. RGB value is (68,72,72). Sum of RGB (Red+Green+Blue) = 68+72+72=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #444848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444848 is #BBB7B7. Grayscale: #464646. Windows color (decimal): -12302264 or 4737092. OLE color: 4737092.

HSL color Cylindrical-coordinate representation of color #444848: hue angle of 180º 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 #444848 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB687272-
CMYK0.06000.72
HSL180º2.86%27.45%-
HSV(B)180º5.56%28.24%-
XYZ5.876.337.04-
YUV70.8128.67126-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=32.08%
G=33.96%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872720.06000.721802.8627.45
Hex44484860048b431b
Octal104110110600110264333
Binary100010010010001001000110001001000101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444848; }

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

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

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

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

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

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

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

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