#40428E

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

Shades of Dark Slate Blue #40428E

Tints of Dark Slate Blue #40428E

Color information

#40428E (or 0x40428E) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 42 and 8E. RGB value is (64,66,142). Sum of RGB (Red+Green+Blue) = 64+66+142=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #40428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40428E is #BFBD71. Grayscale: #494949. Windows color (decimal): -12565874 or 9323072. OLE color: 9323072.

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

Color convert

RGB6466142-
CMYK0.550.5400.44
HSL238.46º37.86%40.39%-
HSV(B)238.46º54.93%55.69%-
XYZ8.956.9426.46-
YUV74.07166.34120.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=23.53%
G=24.26%
B=52.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64661420.550.5400.44238.4637.8640.39
Hex40428E373602Cee2628
Octal10010221667660543564650
Binary1000000100001010001110110111110110010110011101110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40428E; }

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

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

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

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

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

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

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

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