#444B4A

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

Shades of Dark Slate #444B4A

Tints of Dark Slate #444B4A

Color information

#444B4A (or 0x444B4A) is unknown color: approx Dark Slate. HEX triplet: 44, 4B and 4A. RGB value is (68,75,74). Sum of RGB (Red+Green+Blue) = 68+75+74=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 75 - color contains mainly: green. Hex color #444B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B4A is #BBB4B5. Grayscale: #484848. Windows color (decimal): -12301494 or 4868932. OLE color: 4868932.

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

Color convert

RGB687574-
CMYK0.0900.010.71
HSL171.43º4.9%28.04%-
HSV(B)171.43º9.33%29.41%-
XYZ6.146.767.46-
YUV72.79128.68124.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=31.34%
G=34.56%
B=34.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875740.0900.010.71171.434.928.04
Hex444B4A90147ab51c
Octal1041131121101107253534
Binary10001001001011100101010010110001111010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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