#404492

Color #404492 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #404492

Tints of Dark Slate Blue #404492

Color information

#404492 (or 0x404492) is unknown color: approx 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

RGB6468146-
CMYK0.560.5300.43
HSL237.07º39.05%41.18%-
HSV(B)237.07º56.16%57.25%-
XYZ9.377.328.11-
YUV75.7167.67119.66-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64681460.560.5300.43237.0739.0541.18
Hex404492383502Bed2729
Octal10010422270650533554751
Binary1000000100010010010010111000110101010101111101101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>