Html Css Color HEX #404290 Dark Slate Blue

📋 copy color: '#404290'

red 64 ◦ green 66 ◦ blue 144

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

Shades of Dark Slate Blue #404290

Tints of Dark Slate Blue #404290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 23.36%
G = 24.09%
B = 52.55%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#404290 (or 0x404290) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 90. RGB value is (64,66,144). Sum of RGB (Red+Green+Blue) = 64+66+144=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #404290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404290 is #BFBD6F. Grayscale: #494949. Windows color (decimal): -12565872 or 9454144. OLE color: 9454144.

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

Color convert

RGB 64 66 144 -
CMYK 0.56 0.54 0 0.44
HSL 238.5º 0.38% 0.41% -
HSV(B) 238.5º 0.56% 0.56% -
XYZ 9.1 7 27.26 -
YUV 74.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 64 66 144 0.56 0.54 0 0.44 238.5 0.38 0.41
Hex 40 42 90 38 36 0 2C EE 26 29
Octal 100 102 220 70 66 0 54 356 46 51
Binary 1000000 1000010 10010000 111000 110110 0 101100 11101110 100110 101001

Color Harmonies of #404290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404290

Black with #404290

Text Example


Text Example

White with #404290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404290; }

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

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

background-color css

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

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

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

border-color css

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

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

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