#444B4B

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

Shades of Dark Slate #444B4B

Tints of Dark Slate #444B4B

Color information

#444B4B (or 0x444B4B) is unknown color: approx Dark Slate. HEX triplet: 44, 4B and 4B. RGB value is (68,75,75). Sum of RGB (Red+Green+Blue) = 68+75+75=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #444B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B4B is #BBB4B4. Grayscale: #484848. Windows color (decimal): -12301493 or 4934468. OLE color: 4934468.

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

Color convert

RGB687575-
CMYK0.09000.71
HSL180º4.9%28.04%-
HSV(B)180º9.33%29.41%-
XYZ6.176.777.64-
YUV72.91129.18124.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=31.19%
G=34.40%
B=34.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875750.09000.711804.928.04
Hex444B4B90047b451c
Octal1041131131100107264534
Binary10001001001011100101110010010001111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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