#444091

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

Shades of Dark Slate Blue #444091

Tints of Dark Slate Blue #444091

Color information

#444091 (or 0x444091) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 40 and 91. RGB value is (68,64,145). Sum of RGB (Red+Green+Blue) = 68+64+145=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #444091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444091 is #BBBF6E. Grayscale: #4A4A4A. Windows color (decimal): -12304239 or 9519172. OLE color: 9519172.

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

Color convert

RGB6864145-
CMYK0.530.5600.43
HSL242.96º38.76%40.98%-
HSV(B)242.96º55.86%56.86%-
XYZ9.336.9427.64-
YUV74.43167.83123.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=24.55%
G=23.10%
B=52.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68641450.530.5600.43242.9638.7640.98
Hex444091353802Bf32729
Octal10410022165700533634751
Binary1000100100000010010001110101111000010101111110011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444091; }

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

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

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

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

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

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

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

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