Html Css Color HEX #404294 Dark Slate Blue

📋 copy color: '#404294'

red 64 ◦ green 66 ◦ blue 148

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

Shades of Dark Slate Blue #404294

Tints of Dark Slate Blue #404294

RGB

 RED value IS 64 (25.39% from 255) = 23.02%

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 23.02%
G = 23.74%
B = 53.24%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#404294 (or 0x404294) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 94. RGB value is (64,66,148). Sum of RGB (Red+Green+Blue) = 64+66+148=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #404294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404294 is #BFBD6B. Grayscale: #4A4A4A. Windows color (decimal): -12565868 or 9716288. OLE color: 9716288.

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

Color convert

RGB 64 66 148 -
CMYK 0.57 0.55 0 0.42
HSL 238.57º 0.4% 0.42% -
HSV(B) 238.57º 0.57% 0.58% -
XYZ 9.41 7.12 28.9 -
YUV 74.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 64 66 148 0.57 0.55 0 0.42 238.57 0.4 0.42
Hex 40 42 94 39 37 0 2A EF 28 2A
Octal 100 102 224 71 67 0 52 357 50 52
Binary 1000000 1000010 10010100 111001 110111 0 101010 11101111 101000 101010

Color Harmonies of #404294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404294

Black with #404294

Text Example


Text Example

White with #404294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404294; }

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

 H1.HeaderClassName
 {
   color: #404294;
 }
 .AnyTagClassName
 {
   color: #404294;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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