#444391

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

Shades of Dark Slate Blue #444391

Tints of Dark Slate Blue #444391

Color information

#444391 (or 0x444391) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 43 and 91. RGB value is (68,67,145). Sum of RGB (Red+Green+Blue) = 68+67+145=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #444391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444391 is #BBBC6E. Grayscale: #4B4B4B. Windows color (decimal): -12303471 or 9519940. OLE color: 9519940.

HSL color Cylindrical-coordinate representation of color #444391: hue angle of 240.77º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444391 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6867145-
CMYK0.530.5400.43
HSL240.77º36.79%41.57%-
HSV(B)240.77º53.79%56.86%-
XYZ9.57.2927.69-
YUV76.19166.83122.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=24.29%
G=23.93%
B=51.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68671450.530.5400.43240.7736.7941.57
Hex444391353602Bf1252a
Octal10410322165660533614552
Binary1000100100001110010001110101110110010101111110001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444391; }

 p { color: rgb(68,67,145); }

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

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

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

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

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

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

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