#444194

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

Shades of Dark Slate Blue #444194

Tints of Dark Slate Blue #444194

Color information

#444194 (or 0x444194) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 41 and 94. RGB value is (68,65,148). Sum of RGB (Red+Green+Blue) = 68+65+148=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #444194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444194 is #BBBE6B. Grayscale: #4B4B4B. Windows color (decimal): -12303980 or 9716036. OLE color: 9716036.

HSL color Cylindrical-coordinate representation of color #444194: hue angle of 242.17º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #444194 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6865148-
CMYK0.540.5600.42
HSL242.17º38.97%41.76%-
HSV(B)242.17º56.08%58.04%-
XYZ9.627.1528.89-
YUV75.36168.99122.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=24.20%
G=23.13%
B=52.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68651480.540.5600.42242.1738.9741.76
Hex444194363802Af2272a
Octal10410122466700523624752
Binary1000100100000110010100110110111000010101011110010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444194; }

 p { color: rgb(68,65,148); }

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

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

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

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

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

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

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