#494186

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

Shades of Dark Slate Blue #494186

Tints of Dark Slate Blue #494186

Color information

#494186 (or 0x494186) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 41 and 86. RGB value is (73,65,134). Sum of RGB (Red+Green+Blue) = 73+65+134=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #494186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494186 is #B6BE79. Grayscale: #4A4A4A. Windows color (decimal): -11976314 or 8798537. OLE color: 8798537.

HSL color Cylindrical-coordinate representation of color #494186: hue angle of 246.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #494186 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7365134-
CMYK0.460.5100.47
HSL246.96º34.67%39.02%-
HSV(B)246.96º51.49%52.55%-
XYZ8.946.9223.42-
YUV75.26161.15126.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 134 (52.73% from 255) = 49.26%
R=26.84%
G=23.90%
B=49.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73651340.460.5100.47246.9634.6739.02
Hex4941862E3302Ff72327
Octal11110120656630573674347
Binary1001001100000110000110101110110011010111111110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494186; }

 p { color: rgb(73,65,134); }

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

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

 a { background-color: rgb(73,65,134); }

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

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

 span { border-color: rgb(73,65,134); }

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