#444086

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

Shades of Dark Slate Blue #444086

Tints of Dark Slate Blue #444086

Color information

#444086 (or 0x444086) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 40 and 86. RGB value is (68,64,134). Sum of RGB (Red+Green+Blue) = 68+64+134=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #444086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444086 is #BBBF79. Grayscale: #484848. Windows color (decimal): -12304250 or 8798276. OLE color: 8798276.

HSL color Cylindrical-coordinate representation of color #444086: hue angle of 243.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #444086 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6864134-
CMYK0.490.5200.47
HSL243.43º35.35%38.82%-
HSV(B)243.43º52.24%52.55%-
XYZ8.526.6223.38-
YUV73.18162.33124.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 134 (52.73% from 255) = 50.38%
R=25.56%
G=24.06%
B=50.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68641340.490.5200.47243.4335.3538.82
Hex444086313402Ff32327
Octal10410020661640573634347
Binary1000100100000010000110110001110100010111111110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444086; }

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

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

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

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

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

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

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

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