#494484

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

Shades of Dark Slate Blue #494484

Tints of Dark Slate Blue #494484

Color information

#494484 (or 0x494484) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 44 and 84. RGB value is (73,68,132). Sum of RGB (Red+Green+Blue) = 73+68+132=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #494484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494484 is #B6BB7B. Grayscale: #4C4C4C. Windows color (decimal): -11975548 or 8668233. OLE color: 8668233.

HSL color Cylindrical-coordinate representation of color #494484: hue angle of 244.69º degrees, saturation: 0.32, 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 #494484 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7368132-
CMYK0.450.4800.48
HSL244.69º32%39.22%-
HSV(B)244.69º48.48%51.76%-
XYZ8.987.2222.75-
YUV76.79159.16125.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=26.74%
G=24.91%
B=48.35%

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
Decimal73681320.450.4800.48244.693239.22
Hex4944842D30030f52027
Octal11110420455600603654047
Binary1001001100010010000100101101110000011000011110101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494484; }

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

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

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

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

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

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

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

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