Html Css Color HEX #404592 Dark Slate Blue

📋 copy color: '#404592'

red 64 ◦ green 69 ◦ blue 146

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

Shades of Dark Slate Blue #404592

Tints of Dark Slate Blue #404592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 22.94%
G = 24.73%
B = 52.33%

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

#404592 (or 0x404592) is known color: Dark Slate Blue. HEX triplet: 40, 45 and 92. RGB value is (64,69,146). Sum of RGB (Red+Green+Blue) = 64+69+146=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #404592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404592 is #BFBA6D. Grayscale: #4B4B4B. Windows color (decimal): -12565102 or 9585984. OLE color: 9585984.

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

Color convert

RGB 64 69 146 -
CMYK 0.56 0.53 0 0.43
HSL 236.34º 0.39% 0.41% -
HSV(B) 236.34º 0.56% 0.57% -
XYZ 9.43 7.42 28.13 -
YUV 76.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 64 69 146 0.56 0.53 0 0.43 236.34 0.39 0.41
Hex 40 45 92 38 35 0 2B EC 27 29
Octal 100 105 222 70 65 0 53 354 47 51
Binary 1000000 1000101 10010010 111000 110101 0 101011 11101100 100111 101001

Color Harmonies of #404592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404592

Black with #404592

Text Example


Text Example

White with #404592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404592; }

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

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

background-color css

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

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

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

border-color css

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

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

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