Html Css Color HEX #404496 Dark Slate Blue

📋 copy color: '#404496'

red 64 ◦ green 68 ◦ blue 150

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

Shades of Dark Slate Blue #404496

Tints of Dark Slate Blue #404496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 22.7%
G = 24.11%
B = 53.19%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#404496 (or 0x404496) is known color: Dark Slate Blue. HEX triplet: 40, 44 and 96. RGB value is (64,68,150). Sum of RGB (Red+Green+Blue) = 64+68+150=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #404496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404496 is #BFBB69. Grayscale: #4B4B4B. Windows color (decimal): -12565354 or 9847872. OLE color: 9847872.

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

Color convert

RGB 64 68 150 -
CMYK 0.57 0.55 0 0.41
HSL 237.21º 0.4% 0.42% -
HSV(B) 237.21º 0.57% 0.59% -
XYZ 9.69 7.43 29.78 -
YUV 76.15 169.67 119.33 -
System Red Green Blue C M Y K H S L
Decimal 64 68 150 0.57 0.55 0 0.41 237.21 0.4 0.42
Hex 40 44 96 39 37 0 29 ED 28 2A
Octal 100 104 226 71 67 0 51 355 50 52
Binary 1000000 1000100 10010110 111001 110111 0 101001 11101101 101000 101010

Color Harmonies of #404496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404496

Black with #404496

Text Example


Text Example

White with #404496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404496; }

 p { color: rgb(64,68,150); }

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

background-color css

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

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

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

border-color css

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

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

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