#404596

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

Shades of Dark Slate Blue #404596

Tints of Dark Slate Blue #404596

Color information

#404596 (or 0x404596) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 45 and 96. RGB value is (64,69,150). Sum of RGB (Red+Green+Blue) = 64+69+150=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #404596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404596 is #BFBA69. Grayscale: #4C4C4C. Windows color (decimal): -12565098 or 9848128. OLE color: 9848128.

HSL color Cylindrical-coordinate representation of color #404596: hue angle of 236.51º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404596 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6469150-
CMYK0.570.5400.41
HSL236.51º40.19%41.96%-
HSV(B)236.51º57.33%58.82%-
XYZ9.757.5529.8-
YUV76.74169.34118.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=22.61%
G=24.38%
B=53.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64691500.570.5400.41236.5140.1941.96
Hex4045963936029ed282a
Octal10010522671660513555052
Binary1000000100010110010110111001110110010100111101101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404596; }

 p { color: rgb(64,69,150); }

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

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

 a { background-color: rgb(64,69,150); }

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

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

 span { border-color: rgb(64,69,150); }

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