#44458A

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

Shades of Dark Slate Blue #44458A

Tints of Dark Slate Blue #44458A

Color information

#44458A (or 0x44458A) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 45 and 8A. RGB value is (68,69,138). Sum of RGB (Red+Green+Blue) = 68+69+138=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #44458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44458A is #BBBA75. Grayscale: #4C4C4C. Windows color (decimal): -12302966 or 9061700. OLE color: 9061700.

HSL color Cylindrical-coordinate representation of color #44458A: hue angle of 239.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44458A is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6869138-
CMYK0.510.500.46
HSL239.14º33.98%40.39%-
HSV(B)239.14º50.72%54.12%-
XYZ9.17.3224.98-
YUV76.57162.67121.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=24.73%
G=25.09%
B=50.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68691380.510.500.46239.1433.9840.39
Hex44458A333202Eef2228
Octal10410521263620563574250
Binary1000100100010110001010110011110010010111011101111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44458A; }

 p { color: rgb(68,69,138); }

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

<style>
 a { background-color: #44458A; }

 a { background-color: rgb(68,69,138); }

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

<style>
 span { border-color: #44458A; }

 span { border-color: rgb(68,69,138); }

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