#404195

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

Shades of Dark Slate Blue #404195

Tints of Dark Slate Blue #404195

Color information

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

RGB6465149-
CMYK0.570.5600.42
HSL239.29º39.91%41.76%-
HSV(B)239.29º57.05%58.43%-
XYZ9.437.0429.3-
YUV74.28170.17120.67-

RGB Variations

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

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.60%
R=23.02%
G=23.38%
B=53.60%

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
Decimal64651490.570.5600.42239.2939.9141.76
Hex404195393802Aef282a
Octal10010122571700523575052
Binary1000000100000110010101111001111000010101011101111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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