#404295

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

Shades of Dark Slate Blue #404295

Tints of Dark Slate Blue #404295

Color information

#404295 (or 0x404295) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 42 and 95. RGB value is (64,66,149). Sum of RGB (Red+Green+Blue) = 64+66+149=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #404295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404295 is #BFBD6A. Grayscale: #4A4A4A. Windows color (decimal): -12565867 or 9781824. OLE color: 9781824.

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

Color convert

RGB6466149-
CMYK0.570.5600.42
HSL238.59º39.91%41.76%-
HSV(B)238.59º57.05%58.43%-
XYZ9.497.1629.32-
YUV74.86169.84120.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=22.94%
G=23.66%
B=53.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64661490.570.5600.42238.5939.9141.76
Hex404295393802Aef282a
Octal10010222571700523575052
Binary1000000100001010010101111001111000010101011101111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404295; }

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

 H1.HeaderClassName
 {
   color: #404295;
 }
 .AnyTagClassName
 {
   color: #404295;
 }
</style>
background-color css

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

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

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

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

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

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