Html Css Color HEX #404392 Dark Slate Blue

📋 copy color: '#404392'

red 64 ◦ green 67 ◦ blue 146

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

Shades of Dark Slate Blue #404392

Tints of Dark Slate Blue #404392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 23.1%
G = 24.19%
B = 52.71%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#404392 (or 0x404392) is known color: Dark Slate Blue. HEX triplet: 40, 43 and 92. RGB value is (64,67,146). Sum of RGB (Red+Green+Blue) = 64+67+146=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #404392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404392 is #BFBC6D. Grayscale: #4A4A4A. Windows color (decimal): -12565614 or 9585472. OLE color: 9585472.

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

Color convert

RGB 64 67 146 -
CMYK 0.56 0.54 0 0.43
HSL 237.8º 0.39% 0.41% -
HSV(B) 237.8º 0.56% 0.57% -
XYZ 9.31 7.18 28.09 -
YUV 75.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 64 67 146 0.56 0.54 0 0.43 237.8 0.39 0.41
Hex 40 43 92 38 36 0 2B EE 27 29
Octal 100 103 222 70 66 0 53 356 47 51
Binary 1000000 1000011 10010010 111000 110110 0 101011 11101110 100111 101001

Color Harmonies of #404392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404392

Black with #404392

Text Example


Text Example

White with #404392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404392; }

 p { color: rgb(64,67,146); }

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

background-color css

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

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

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

border-color css

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

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

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