Html Css Color HEX #404195 Dark Slate Blue

📋 copy color: '#404195'

red 64 ◦ green 65 ◦ blue 149

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

Shades of Dark Slate Blue #404195

Tints of Dark Slate Blue #404195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 23.02%
G = 23.38%
B = 53.6%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#404195 (or 0x404195) is known color: Dark Slate Blue. HEX triplet: 40, 41 and 95. RGB value is (64,65,149). Sum of RGB (Red+Green+Blue) = 64+65+149=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #404195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404195 is #BFBE6A. Grayscale: #494949. Windows color (decimal): -12566123 or 9781568. OLE color: 9781568.

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

Color convert

RGB 64 65 149 -
CMYK 0.57 0.56 0 0.42
HSL 239.29º 0.4% 0.42% -
HSV(B) 239.29º 0.57% 0.58% -
XYZ 9.43 7.04 29.3 -
YUV 74.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 64 65 149 0.57 0.56 0 0.42 239.29 0.4 0.42
Hex 40 41 95 39 38 0 2A EF 28 2A
Octal 100 101 225 71 70 0 52 357 50 52
Binary 1000000 1000001 10010101 111001 111000 0 101010 11101111 101000 101010

Color Harmonies of #404195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404195

Black with #404195

Text Example


Text Example

White with #404195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404195; }

 p { color: rgb(64,65,149); }

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

background-color css

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

 a { background-color: rgb(64,65,149); }

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

border-color css

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

 span { border-color: rgb(64,65,149); }

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