#494587

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

Shades of Dark Slate Blue #494587

Tints of Dark Slate Blue #494587

Color information

#494587 (or 0x494587) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 87. RGB value is (73,69,135). Sum of RGB (Red+Green+Blue) = 73+69+135=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #494587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494587 is #B6BA78. Grayscale: #4D4D4D. Windows color (decimal): -11975289 or 8865097. OLE color: 8865097.

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

Color convert

RGB7369135-
CMYK0.460.4900.47
HSL243.64º32.35%40%-
HSV(B)243.64º48.89%52.94%-
XYZ9.257.4223.87-
YUV77.72160.33124.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=26.35%
G=24.91%
B=48.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73691350.460.4900.47243.6432.3540
Hex4945872E3102Ff42028
Octal11110520756610573644050
Binary1001001100010110000111101110110001010111111110100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494587; }

 p { color: rgb(73,69,135); }

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

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

 a { background-color: rgb(73,69,135); }

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

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

 span { border-color: rgb(73,69,135); }

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