#493884

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

Shades of Dark Slate Blue #493884

Tints of Dark Slate Blue #493884

Color information

#493884 (or 0x493884) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 38 and 84. RGB value is (73,56,132). Sum of RGB (Red+Green+Blue) = 73+56+132=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #493884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493884 is #B6C77B. Grayscale: #454545. Windows color (decimal): -11978620 or 8665161. OLE color: 8665161.

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

Color convert

RGB7356132-
CMYK0.450.5800.48
HSL253.42º40.43%36.86%-
HSV(B)253.42º57.58%51.76%-
XYZ8.335.9122.53-
YUV69.75163.13130.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=27.97%
G=21.46%
B=50.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73561320.450.5800.48253.4240.4336.86
Hex4938842D3A030fd2825
Octal1117020455720603755045
Binary100100111100010000100101101111010011000011111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493884; }

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

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

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

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

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

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

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

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