#444292

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

Shades of Dark Slate Blue #444292

Tints of Dark Slate Blue #444292

Color information

#444292 (or 0x444292) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 42 and 92. RGB value is (68,66,146). Sum of RGB (Red+Green+Blue) = 68+66+146=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #444292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444292 is #BBBD6D. Grayscale: #4B4B4B. Windows color (decimal): -12303726 or 9585220. OLE color: 9585220.

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

Color convert

RGB6866146-
CMYK0.530.5500.43
HSL241.5º37.74%41.57%-
HSV(B)241.5º54.79%57.25%-
XYZ9.527.228.08-
YUV75.72167.66122.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=24.29%
G=23.57%
B=52.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68661460.530.5500.43241.537.7441.57
Hex444292353702Bf2262a
Octal10410222265670533624652
Binary1000100100001010010010110101110111010101111110010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444292; }

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

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

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

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

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

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

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

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