#493982

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

Shades of Dark Slate Blue #493982

Tints of Dark Slate Blue #493982

Color information

#493982 (or 0x493982) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 39 and 82. RGB value is (73,57,130). Sum of RGB (Red+Green+Blue) = 73+57+130=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #493982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493982 is #B6C67D. Grayscale: #454545. Windows color (decimal): -11978366 or 8534345. OLE color: 8534345.

HSL color Cylindrical-coordinate representation of color #493982: hue angle of 253.15º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493982 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7357130-
CMYK0.440.5600.49
HSL253.15º39.04%36.67%-
HSV(B)253.15º56.15%50.98%-
XYZ8.245.9521.83-
YUV70.11161.8130.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 130 (51.17% from 255) = 50%
R=28.08%
G=21.92%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73571300.440.5600.49253.1539.0436.67
Hex4939822C38031fd2725
Octal1117120254700613754745
Binary100100111100110000010101100111000011000111111101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493982; }

 p { color: rgb(73,57,130); }

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

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

 a { background-color: rgb(73,57,130); }

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

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

 span { border-color: rgb(73,57,130); }

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