#444792

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

Shades of Dark Slate Blue #444792

Tints of Dark Slate Blue #444792

Color information

#444792 (or 0x444792) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 47 and 92. RGB value is (68,71,146). Sum of RGB (Red+Green+Blue) = 68+71+146=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #444792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444792 is #BBB86D. Grayscale: #4E4E4E. Windows color (decimal): -12302446 or 9586500. OLE color: 9586500.

HSL color Cylindrical-coordinate representation of color #444792: hue angle of 237.69º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444792 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6871146-
CMYK0.530.5100.43
HSL237.69º36.45%41.96%-
HSV(B)237.69º53.42%57.25%-
XYZ9.837.8128.18-
YUV78.65166.01120.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=23.86%
G=24.91%
B=51.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68711460.530.5100.43237.6936.4541.96
Hex444792353302Bee242a
Octal10410722265630533564452
Binary1000100100011110010010110101110011010101111101110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444792; }

 p { color: rgb(68,71,146); }

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

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

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

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

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

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

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