Html Css Color HEX #404192 Dark Slate Blue

📋 copy color: '#404192'

red 64 ◦ green 65 ◦ blue 146

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

Shades of Dark Slate Blue #404192

Tints of Dark Slate Blue #404192

RGB

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

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

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

R = 23.27%
G = 23.64%
B = 53.09%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#404192 (or 0x404192) is known color: Dark Slate Blue. HEX triplet: 40, 41 and 92. RGB value is (64,65,146). Sum of RGB (Red+Green+Blue) = 64+65+146=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #404192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404192 is #BFBE6D. Grayscale: #494949. Windows color (decimal): -12566126 or 9584960. OLE color: 9584960.

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

Color convert

RGB 64 65 146 -
CMYK 0.56 0.55 0 0.43
HSL 239.27º 0.39% 0.41% -
HSV(B) 239.27º 0.56% 0.57% -
XYZ 9.19 6.95 28.05 -
YUV 73.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 64 65 146 0.56 0.55 0 0.43 239.27 0.39 0.41
Hex 40 41 92 38 37 0 2B EF 27 29
Octal 100 101 222 70 67 0 53 357 47 51
Binary 1000000 1000001 10010010 111000 110111 0 101011 11101111 100111 101001

Color Harmonies of #404192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404192

Black with #404192

Text Example


Text Example

White with #404192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404192; }

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

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

background-color css

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

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

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

border-color css

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

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

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