#444495

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

Shades of Dark Slate Blue #444495

Tints of Dark Slate Blue #444495

Color information

#444495 (or 0x444495) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 44 and 95. RGB value is (68,68,149). Sum of RGB (Red+Green+Blue) = 68+68+149=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #444495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444495 is #BBBB6A. Grayscale: #4C4C4C. Windows color (decimal): -12303211 or 9782340. OLE color: 9782340.

HSL color Cylindrical-coordinate representation of color #444495: hue angle of 240º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444495 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6868149-
CMYK0.540.5400.42
HSL240º37.33%42.55%-
HSV(B)240º54.36%58.43%-
XYZ9.887.5329.37-
YUV77.23168.5121.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=23.86%
G=23.86%
B=52.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68681490.540.5400.4224037.3342.55
Hex444495363602Af0252b
Octal10410422566660523604553
Binary1000100100010010010101110110110110010101011110000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444495; }

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

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

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

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

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

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

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

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