#44429F

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

Shades of Dark Slate Blue #44429F

Tints of Dark Slate Blue #44429F

Color information

#44429F (or 0x44429F) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 42 and 9F. RGB value is (68,66,159). Sum of RGB (Red+Green+Blue) = 68+66+159=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #44429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44429F is #BBBD60. Grayscale: #4C4C4C. Windows color (decimal): -12303713 or 10437188. OLE color: 10437188.

HSL color Cylindrical-coordinate representation of color #44429F: hue angle of 241.29º 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 #44429F is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6866159-
CMYK0.570.5800.38
HSL241.29º41.33%44.12%-
HSV(B)241.29º58.49%62.35%-
XYZ10.597.6333.72-
YUV77.2174.16121.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=23.21%
G=22.53%
B=54.27%

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
Decimal68661590.570.5800.38241.2941.3344.12
Hex44429F393A026f1292c
Octal10410223771720463615154
Binary1000100100001010011111111001111010010011011110001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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