#44409E

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

Shades of Dark Slate Blue #44409E

Tints of Dark Slate Blue #44409E

Color information

#44409E (or 0x44409E) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 40 and 9E. RGB value is (68,64,158). Sum of RGB (Red+Green+Blue) = 68+64+158=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #44409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44409E is #BBBF61. Grayscale: #4B4B4B. Windows color (decimal): -12304226 or 10371140. OLE color: 10371140.

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

Color convert

RGB6864158-
CMYK0.570.5900.38
HSL242.55º42.34%43.53%-
HSV(B)242.55º59.49%61.96%-
XYZ10.397.3633.22-
YUV75.91174.33122.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=23.45%
G=22.07%
B=54.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68641580.570.5900.38242.5542.3443.53
Hex44409E393B026f32a2c
Octal10410023671730463635254
Binary1000100100000010011110111001111011010011011110011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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