#444A4A

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

Shades of Dark Slate #444A4A

Tints of Dark Slate #444A4A

Color information

#444A4A (or 0x444A4A) is unknown color: approx Dark Slate. HEX triplet: 44, 4A and 4A. RGB value is (68,74,74). Sum of RGB (Red+Green+Blue) = 68+74+74=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #444A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A4A is #BBB5B5. Grayscale: #484848. Windows color (decimal): -12301750 or 4868676. OLE color: 4868676.

HSL color Cylindrical-coordinate representation of color #444A4A: hue angle of 180º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #444A4A is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB687474-
CMYK0.08000.71
HSL180º4.23%27.84%-
HSV(B)180º8.11%29.02%-
XYZ6.076.627.44-
YUV72.21129.01125-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=31.48%
G=34.26%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6874740.08000.711804.2327.84
Hex444A4A80047b441c
Octal1041121121000107264434
Binary10001001001010100101010000010001111011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A4A; }

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

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

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

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

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

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

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

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