#444395

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

Shades of Dark Slate Blue #444395

Tints of Dark Slate Blue #444395

Color information

#444395 (or 0x444395) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 43 and 95. RGB value is (68,67,149). Sum of RGB (Red+Green+Blue) = 68+67+149=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #444395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444395 is #BBBC6A. Grayscale: #4C4C4C. Windows color (decimal): -12303467 or 9782084. OLE color: 9782084.

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

Color convert

RGB6867149-
CMYK0.540.5500.42
HSL240.73º37.96%42.35%-
HSV(B)240.73º55.03%58.43%-
XYZ9.827.4129.35-
YUV76.65168.83121.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=23.94%
G=23.59%
B=52.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68671490.540.5500.42240.7337.9642.35
Hex444395363702Af1262a
Octal10410322566670523614652
Binary1000100100001110010101110110110111010101011110001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444395; }

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

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

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

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

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

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

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

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