#404193

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

Shades of Dark Slate Blue #404193

Tints of Dark Slate Blue #404193

Color information

#404193 (or 0x404193) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 41 and 93. RGB value is (64,65,147). Sum of RGB (Red+Green+Blue) = 64+65+147=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #404193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404193 is #BFBE6C. Grayscale: #494949. Windows color (decimal): -12566125 or 9650496. OLE color: 9650496.

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

Color convert

RGB6465147-
CMYK0.560.5600.42
HSL239.28º39.34%41.37%-
HSV(B)239.28º56.46%57.65%-
XYZ9.276.9828.46-
YUV74.05169.17120.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=23.19%
G=23.55%
B=53.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64651470.560.5600.42239.2839.3441.37
Hex404193383802Aef2729
Octal10010122370700523574751
Binary1000000100000110010011111000111000010101011101111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404193; }

 p { color: rgb(64,65,147); }

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

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

 a { background-color: rgb(64,65,147); }

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

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

 span { border-color: rgb(64,65,147); }

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