#494286

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

Shades of Dark Slate Blue #494286

Tints of Dark Slate Blue #494286

Color information

#494286 (or 0x494286) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 42 and 86. RGB value is (73,66,134). Sum of RGB (Red+Green+Blue) = 73+66+134=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #494286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494286 is #B6BD79. Grayscale: #4B4B4B. Windows color (decimal): -11976058 or 8798793. OLE color: 8798793.

HSL color Cylindrical-coordinate representation of color #494286: hue angle of 246.18º degrees, saturation: 0.34, 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 #494286 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7366134-
CMYK0.460.5100.47
HSL246.18º34%39.22%-
HSV(B)246.18º50.75%52.55%-
XYZ97.0323.44-
YUV75.84160.82125.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=26.74%
G=24.18%
B=49.08%

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
Decimal73661340.460.5100.47246.183439.22
Hex4942862E3302Ff62227
Octal11110220656630573664247
Binary1001001100001010000110101110110011010111111110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494286; }

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

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

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

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

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

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

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

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