#404090

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

Shades of Dark Slate Blue #404090

Tints of Dark Slate Blue #404090

Color information

#404090 (or 0x404090) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 40 and 90. RGB value is (64,64,144). Sum of RGB (Red+Green+Blue) = 64+64+144=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #404090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404090 is #BFBF6F. Grayscale: #484848. Windows color (decimal): -12566384 or 9453632. OLE color: 9453632.

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

Color convert

RGB6464144-
CMYK0.560.5600.44
HSL240º38.46%40.78%-
HSV(B)240º55.56%56.47%-
XYZ8.986.7727.22-
YUV73.12168121.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 144 (56.64% from 255) = 52.94%
R=23.53%
G=23.53%
B=52.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64641440.560.5600.4424038.4640.78
Hex404090383802Cf02629
Octal10010022070700543604651
Binary1000000100000010010000111000111000010110011110000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404090; }

 p { color: rgb(64,64,144); }

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

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

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

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

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

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

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