#444092

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

Shades of Dark Slate Blue #444092

Tints of Dark Slate Blue #444092

Color information

#444092 (or 0x444092) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 40 and 92. RGB value is (68,64,146). Sum of RGB (Red+Green+Blue) = 68+64+146=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #444092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444092 is #BBBF6D. Grayscale: #4A4A4A. Windows color (decimal): -12304238 or 9584708. OLE color: 9584708.

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

Color convert

RGB6864146-
CMYK0.530.5600.43
HSL242.93º39.05%41.18%-
HSV(B)242.93º56.16%57.25%-
XYZ9.416.9728.04-
YUV74.54168.33123.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=24.46%
G=23.02%
B=52.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68641460.530.5600.43242.9339.0541.18
Hex444092353802Bf32729
Octal10410022265700533634751
Binary1000100100000010010010110101111000010101111110011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444092; }

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

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

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

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

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

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

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

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