#404497

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

Shades of Dark Slate Blue #404497

Tints of Dark Slate Blue #404497

Color information

#404497 (or 0x404497) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 44 and 97. RGB value is (64,68,151). Sum of RGB (Red+Green+Blue) = 64+68+151=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #404497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404497 is #BFBB68. Grayscale: #4B4B4B. Windows color (decimal): -12565353 or 9913408. OLE color: 9913408.

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

Color convert

RGB6468151-
CMYK0.580.5500.41
HSL237.24º40.47%42.16%-
HSV(B)237.24º57.62%59.22%-
XYZ9.777.4630.2-
YUV76.27170.17119.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 151 (59.38% from 255) = 53.36%
R=22.61%
G=24.03%
B=53.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64681510.580.5500.41237.2440.4742.16
Hex4044973A37029ed282a
Octal10010422772670513555052
Binary1000000100010010010111111010110111010100111101101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404497; }

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

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

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

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

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

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

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

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