#404194

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

Shades of Dark Slate Blue #404194

Tints of Dark Slate Blue #404194

Color information

#404194 (or 0x404194) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 41 and 94. RGB value is (64,65,148). Sum of RGB (Red+Green+Blue) = 64+65+148=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #404194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404194 is #BFBE6B. Grayscale: #494949. Windows color (decimal): -12566124 or 9716032. OLE color: 9716032.

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

Color convert

RGB6465148-
CMYK0.570.5600.42
HSL239.29º39.62%41.57%-
HSV(B)239.29º56.76%58.04%-
XYZ9.357.0128.88-
YUV74.16169.67120.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=23.10%
G=23.47%
B=53.43%

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
Decimal64651480.570.5600.42239.2939.6241.57
Hex404194393802Aef282a
Octal10010122471700523575052
Binary1000000100000110010100111001111000010101011101111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404194; }

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

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

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

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

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

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

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

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