#404293

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

Shades of Dark Slate Blue #404293

Tints of Dark Slate Blue #404293

Color information

#404293 (or 0x404293) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 42 and 93. RGB value is (64,66,147). Sum of RGB (Red+Green+Blue) = 64+66+147=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #404293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404293 is #BFBD6C. Grayscale: #4A4A4A. Windows color (decimal): -12565869 or 9650752. OLE color: 9650752.

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

Color convert

RGB6466147-
CMYK0.560.5500.42
HSL238.55º39.34%41.37%-
HSV(B)238.55º56.46%57.65%-
XYZ9.337.0928.48-
YUV74.64168.84120.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=23.10%
G=23.83%
B=53.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64661470.560.5500.42238.5539.3441.37
Hex404293383702Aef2729
Octal10010222370670523574751
Binary1000000100001010010011111000110111010101011101111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404293; }

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

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

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

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

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

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

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

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