#44418B

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

Shades of Dark Slate Blue #44418B

Tints of Dark Slate Blue #44418B

Color information

#44418B (or 0x44418B) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 41 and 8B. RGB value is (68,65,139). Sum of RGB (Red+Green+Blue) = 68+65+139=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #44418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44418B is #BBBE74. Grayscale: #4A4A4A. Windows color (decimal): -12303989 or 9126212. OLE color: 9126212.

HSL color Cylindrical-coordinate representation of color #44418B: hue angle of 242.43º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44418B is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6865139-
CMYK0.510.5300.45
HSL242.43º36.27%40%-
HSV(B)242.43º53.24%54.51%-
XYZ8.936.8725.28-
YUV74.33164.49123.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=25%
G=23.90%
B=51.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68651390.510.5300.45242.4336.2740
Hex44418B333502Df22428
Octal10410121363650553624450
Binary1000100100000110001011110011110101010110111110010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44418B; }

 p { color: rgb(68,65,139); }

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

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

 a { background-color: rgb(68,65,139); }

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

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

 span { border-color: rgb(68,65,139); }

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