#444295

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

Shades of Dark Slate Blue #444295

Tints of Dark Slate Blue #444295

Color information

#444295 (or 0x444295) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 42 and 95. RGB value is (68,66,149). Sum of RGB (Red+Green+Blue) = 68+66+149=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #444295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444295 is #BBBD6A. Grayscale: #4B4B4B. Windows color (decimal): -12303723 or 9781828. OLE color: 9781828.

HSL color Cylindrical-coordinate representation of color #444295: hue angle of 241.45º 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 #444295 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6866149-
CMYK0.540.5600.42
HSL241.45º38.6%42.16%-
HSV(B)241.45º55.7%58.43%-
XYZ9.767.329.33-
YUV76.06169.16122.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=24.03%
G=23.32%
B=52.65%

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
Decimal68661490.540.5600.42241.4538.642.16
Hex444295363802Af1272a
Octal10410222566700523614752
Binary1000100100001010010101110110111000010101011110001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444295; }

 p { color: rgb(68,66,149); }

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

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

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

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

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

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

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