#44428C

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

Shades of Dark Slate Blue #44428C

Tints of Dark Slate Blue #44428C

Color information

#44428C (or 0x44428C) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 42 and 8C. RGB value is (68,66,140). Sum of RGB (Red+Green+Blue) = 68+66+140=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #44428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44428C is #BBBD73. Grayscale: #4A4A4A. Windows color (decimal): -12303732 or 9192004. OLE color: 9192004.

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

Color convert

RGB6866140-
CMYK0.510.5300.45
HSL241.62º35.92%40.39%-
HSV(B)241.62º52.86%54.9%-
XYZ9.077.0225.69-
YUV75.03164.66122.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=24.82%
G=24.09%
B=51.09%

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
Decimal68661400.510.5300.45241.6235.9240.39
Hex44428C333502Df22428
Octal10410221463650553624450
Binary1000100100001010001100110011110101010110111110010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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