#494580

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

Shades of Dark Slate Blue #494580

Tints of Dark Slate Blue #494580

Color information

#494580 (or 0x494580) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 80. RGB value is (73,69,128). Sum of RGB (Red+Green+Blue) = 73+69+128=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #494580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494580 is #B6BA7F. Grayscale: #4C4C4C. Windows color (decimal): -11975296 or 8406345. OLE color: 8406345.

HSL color Cylindrical-coordinate representation of color #494580: hue angle of 244.07º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #494580 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7369128-
CMYK0.430.4600.50
HSL244.07º29.95%38.63%-
HSV(B)244.07º46.09%50.2%-
XYZ8.777.2321.36-
YUV76.92156.83125.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=27.04%
G=25.56%
B=47.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73691280.430.4600.50244.0729.9538.63
Hex4945802B2E032f41e27
Octal11110520053560623643647
Binary100100110001011000000010101110111001100101111010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494580; }

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

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

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

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

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

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

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

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