#404597

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

Shades of Dark Slate Blue #404597

Tints of Dark Slate Blue #404597

Color information

#404597 (or 0x404597) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 45 and 97. RGB value is (64,69,151). Sum of RGB (Red+Green+Blue) = 64+69+151=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #404597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404597 is #BFBA68. Grayscale: #4C4C4C. Windows color (decimal): -12565097 or 9913664. OLE color: 9913664.

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

Color convert

RGB6469151-
CMYK0.580.5400.41
HSL236.55º40.47%42.16%-
HSV(B)236.55º57.62%59.22%-
XYZ9.837.5830.22-
YUV76.85169.84118.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=22.54%
G=24.30%
B=53.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64691510.580.5400.41236.5540.4742.16
Hex4045973A36029ed282a
Octal10010522772660513555052
Binary1000000100010110010111111010110110010100111101101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404597; }

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

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

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

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

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

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

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

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