Html Css Color HEX #404492 Dark Slate Blue

📋 copy color: '#404492'

red 64 ◦ green 68 ◦ blue 146

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

Shades of Dark Slate Blue #404492

Tints of Dark Slate Blue #404492

RGB

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

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

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

R = 23.02%
G = 24.46%
B = 52.52%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#404492 (or 0x404492) is known color: Dark Slate Blue. HEX triplet: 40, 44 and 92. RGB value is (64,68,146). Sum of RGB (Red+Green+Blue) = 64+68+146=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #404492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404492 is #BFBB6D. Grayscale: #4B4B4B. Windows color (decimal): -12565358 or 9585728. OLE color: 9585728.

HSL color Cylindrical-coordinate representation of color #404492: hue angle of 237.07º 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 #404492 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 68 146 -
CMYK 0.56 0.53 0 0.43
HSL 237.07º 0.39% 0.41% -
HSV(B) 237.07º 0.56% 0.57% -
XYZ 9.37 7.3 28.11 -
YUV 75.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 64 68 146 0.56 0.53 0 0.43 237.07 0.39 0.41
Hex 40 44 92 38 35 0 2B ED 27 29
Octal 100 104 222 70 65 0 53 355 47 51
Binary 1000000 1000100 10010010 111000 110101 0 101011 11101101 100111 101001

Color Harmonies of #404492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404492

Black with #404492

Text Example


Text Example

White with #404492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404492; }

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

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

background-color css

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

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

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

border-color css

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

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

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