Html Css Color HEX #40428E Dark Slate Blue

📋 copy color: '#40428E'

red 64 ◦ green 66 ◦ blue 142

#40428E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #40428E

Tints of Dark Slate Blue #40428E

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 value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40428E (or 0x40428E) is known color: 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

RGB 64 66 142 -
CMYK 0.55 0.54 0 0.44
HSL 238.46º 0.38% 0.4% -
HSV(B) 238.46º 0.55% 0.56% -
XYZ 8.95 6.94 26.46 -
YUV 74.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 64 66 142 0.55 0.54 0 0.44 238.46 0.38 0.4
Hex 40 42 8E 37 36 0 2C EE 26 28
Octal 100 102 216 67 66 0 54 356 46 50
Binary 1000000 1000010 10001110 110111 110110 0 101100 11101110 100110 101000

Color Harmonies of #40428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40428E

Black with #40428E

Text Example


Text Example

White with #40428E

Text Example


Text Example

HTML Codes & Css Web 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>