#404392

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

Shades of Dark Slate Blue #404392

Tints of Dark Slate Blue #404392

Color information

#404392 (or 0x404392) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 43 and 92. RGB value is (64,67,146). Sum of RGB (Red+Green+Blue) = 64+67+146=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #404392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404392 is #BFBC6D. Grayscale: #4A4A4A. Windows color (decimal): -12565614 or 9585472. OLE color: 9585472.

HSL color Cylindrical-coordinate representation of color #404392: hue angle of 237.8º 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 #404392 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6467146-
CMYK0.560.5400.43
HSL237.8º39.05%41.18%-
HSV(B)237.8º56.16%57.25%-
XYZ9.317.1828.09-
YUV75.11168.01120.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=23.10%
G=24.19%
B=52.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64671460.560.5400.43237.839.0541.18
Hex404392383602Bee2729
Octal10010322270660533564751
Binary1000000100001110010010111000110110010101111101110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404392; }

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

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

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

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

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

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

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

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