#493780

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

Shades of Dark Slate Blue #493780

Tints of Dark Slate Blue #493780

Color information

#493780 (or 0x493780) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 37 and 80. RGB value is (73,55,128). Sum of RGB (Red+Green+Blue) = 73+55+128=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #493780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493780 is #B6C87F. Grayscale: #444444. Windows color (decimal): -11978880 or 8402761. OLE color: 8402761.

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

Color convert

RGB7355128-
CMYK0.430.5700.50
HSL254.79º39.89%35.88%-
HSV(B)254.79º57.03%50.2%-
XYZ8.015.7121.1-
YUV68.7161.46131.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 128 (50.39% from 255) = 50%
R=28.52%
G=21.48%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73551280.430.5700.50254.7939.8935.88
Hex4937802B39032ff2824
Octal1116720053710623775044
Binary100100111011110000000101011111001011001011111111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493780; }

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

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

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

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

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

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

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

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