#494584

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

Shades of Dark Slate Blue #494584

Tints of Dark Slate Blue #494584

Color information

#494584 (or 0x494584) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 84. RGB value is (73,69,132). Sum of RGB (Red+Green+Blue) = 73+69+132=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #494584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494584 is #B6BA7B. Grayscale: #4D4D4D. Windows color (decimal): -11975292 or 8668489. OLE color: 8668489.

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

Color convert

RGB7369132-
CMYK0.450.4800.48
HSL243.81º31.34%39.41%-
HSV(B)243.81º47.73%51.76%-
XYZ9.047.3422.77-
YUV77.38158.83124.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=26.64%
G=25.18%
B=48.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73691320.450.4800.48243.8131.3439.41
Hex4945842D30030f41f27
Octal11110520455600603643747
Binary100100110001011000010010110111000001100001111010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494584; }

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

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

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

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

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

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

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

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