#44428B

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

Shades of Dark Slate Blue #44428B

Tints of Dark Slate Blue #44428B

Color information

#44428B (or 0x44428B) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 42 and 8B. RGB value is (68,66,139). Sum of RGB (Red+Green+Blue) = 68+66+139=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #44428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44428B is #BBBD74. Grayscale: #4A4A4A. Windows color (decimal): -12303733 or 9126468. OLE color: 9126468.

HSL color Cylindrical-coordinate representation of color #44428B: hue angle of 241.64º 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 #44428B is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6866139-
CMYK0.510.5300.45
HSL241.64º35.61%40.2%-
HSV(B)241.64º52.52%54.51%-
XYZ8.996.9925.3-
YUV74.92164.16123.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=24.91%
G=24.18%
B=50.92%

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
Decimal68661390.510.5300.45241.6435.6140.2
Hex44428B333502Df22428
Octal10410221363650553624450
Binary1000100100001010001011110011110101010110111110010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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