#44449B

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

Shades of Dark Slate Blue #44449B

Tints of Dark Slate Blue #44449B

Color information

#44449B (or 0x44449B) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 44 and 9B. RGB value is (68,68,155). Sum of RGB (Red+Green+Blue) = 68+68+155=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #44449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44449B is #BBBB64. Grayscale: #4D4D4D. Windows color (decimal): -12303205 or 10175556. OLE color: 10175556.

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

Color convert

RGB6868155-
CMYK0.560.5600.39
HSL240º39.01%43.73%-
HSV(B)240º56.13%60.78%-
XYZ10.377.7331.96-
YUV77.92171.5120.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=23.37%
G=23.37%
B=53.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68681550.560.5600.3924039.0143.73
Hex44449B3838027f0272c
Octal10410423370700473604754
Binary1000100100010010011011111000111000010011111110000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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