#44409F

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

Shades of Dark Slate Blue #44409F

Tints of Dark Slate Blue #44409F

Color information

#44409F (or 0x44409F) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 40 and 9F. RGB value is (68,64,159). Sum of RGB (Red+Green+Blue) = 68+64+159=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #44409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44409F is #BBBF60. Grayscale: #4B4B4B. Windows color (decimal): -12304225 or 10436676. OLE color: 10436676.

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

Color convert

RGB6864159-
CMYK0.570.6000.38
HSL242.53º42.6%43.73%-
HSV(B)242.53º59.75%62.35%-
XYZ10.487.433.68-
YUV76.03174.83122.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 159 (62.5% from 255) = 54.64%
R=23.37%
G=21.99%
B=54.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68641590.570.6000.38242.5342.643.73
Hex44409F393C026f32b2c
Octal10410023771740463635354
Binary1000100100000010011111111001111100010011011110011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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