#44448B

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

Shades of Dark Slate Blue #44448B

Tints of Dark Slate Blue #44448B

Color information

#44448B (or 0x44448B) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 44 and 8B. RGB value is (68,68,139). Sum of RGB (Red+Green+Blue) = 68+68+139=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #44448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44448B is #BBBB74. Grayscale: #4B4B4B. Windows color (decimal): -12303221 or 9126980. OLE color: 9126980.

HSL color Cylindrical-coordinate representation of color #44448B: hue angle of 240º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44448B is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6868139-
CMYK0.510.5100.45
HSL240º34.3%40.59%-
HSV(B)240º51.08%54.51%-
XYZ9.117.2325.34-
YUV76.09163.5122.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 68 (26.95% from 255) = 24.73%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=24.73%
G=24.73%
B=50.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68681390.510.5100.4524034.340.59
Hex44448B333302Df02229
Octal10410421363630553604251
Binary1000100100010010001011110011110011010110111110000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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