#444095

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

Shades of Dark Slate Blue #444095

Tints of Dark Slate Blue #444095

Color information

#444095 (or 0x444095) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 40 and 95. RGB value is (68,64,149). Sum of RGB (Red+Green+Blue) = 68+64+149=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #444095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444095 is #BBBF6A. Grayscale: #4A4A4A. Windows color (decimal): -12304235 or 9781316. OLE color: 9781316.

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

Color convert

RGB6864149-
CMYK0.540.5700.42
HSL242.82º39.91%41.76%-
HSV(B)242.82º57.05%58.43%-
XYZ9.647.0729.29-
YUV74.89169.83123.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=24.20%
G=22.78%
B=53.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68641490.540.5700.42242.8239.9141.76
Hex444095363902Af3282a
Octal10410022566710523635052
Binary1000100100000010010101110110111001010101011110011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444095; }

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

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

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

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

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

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

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

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