#44429E

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

Shades of Dark Slate Blue #44429E

Tints of Dark Slate Blue #44429E

Color information

#44429E (or 0x44429E) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 42 and 9E. RGB value is (68,66,158). Sum of RGB (Red+Green+Blue) = 68+66+158=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #44429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44429E is #BBBD61. Grayscale: #4C4C4C. Windows color (decimal): -12303714 or 10371652. OLE color: 10371652.

HSL color Cylindrical-coordinate representation of color #44429E: hue angle of 241.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44429E is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6866158-
CMYK0.570.5800.38
HSL241.3º41.07%43.92%-
HSV(B)241.3º58.23%61.96%-
XYZ10.57.5933.26-
YUV77.09173.66121.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=23.29%
G=22.60%
B=54.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68661580.570.5800.38241.341.0743.92
Hex44429E393A026f1292c
Octal10410223671720463615154
Binary1000100100001010011110111001111010010011011110001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44429E; }

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

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

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

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

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

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

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

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