#494085

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

Shades of Dark Slate Blue #494085

Tints of Dark Slate Blue #494085

Color information

#494085 (or 0x494085) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 40 and 85. RGB value is (73,64,133). Sum of RGB (Red+Green+Blue) = 73+64+133=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #494085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494085 is #B6BF7A. Grayscale: #4A4A4A. Windows color (decimal): -11976571 or 8732745. OLE color: 8732745.

HSL color Cylindrical-coordinate representation of color #494085: hue angle of 247.83º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494085 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7364133-
CMYK0.450.5200.48
HSL247.83º35.03%38.63%-
HSV(B)247.83º51.88%52.16%-
XYZ8.816.7823.03-
YUV74.56160.98126.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=27.04%
G=23.70%
B=49.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73641330.450.5200.48247.8335.0338.63
Hex4940852D34030f82327
Octal11110020555640603704347
Binary1001001100000010000101101101110100011000011111000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494085; }

 p { color: rgb(73,64,133); }

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

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

 a { background-color: rgb(73,64,133); }

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

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

 span { border-color: rgb(73,64,133); }

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