#44449a

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

Shades of Dark Slate Blue #44449A

Tints of Dark Slate Blue #44449A

Color information

#44449A (or 0x44449A) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 44 and 9A. RGB value is (68,68,154). Sum of RGB (Red+Green+Blue) = 68+68+154=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #44449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44449A is #BBBB65. Grayscale: #4D4D4D. Windows color (decimal): -12303206 or 10110020. OLE color: 10110020.

HSL color Cylindrical-coordinate representation of color #44449A: hue angle of 240º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44449A is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6868154-
CMYK0.560.5600.40
HSL240º38.74%43.53%-
HSV(B)240º55.84%60.39%-
XYZ10.287.731.52-
YUV77.8171121.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=23.45%
G=23.45%
B=53.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68681540.560.5600.4024038.7443.53
Hex44449A3838028f0272c
Octal10410423270700503604754
Binary1000100100010010011010111000111000010100011110000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44449a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44449a; }

 p { color: rgb(68,68,154); }

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

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

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

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

<style>
 span { border-color: #44449a; }

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

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