#494583

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

Shades of Dark Slate Blue #494583

Tints of Dark Slate Blue #494583

Color information

#494583 (or 0x494583) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 83. RGB value is (73,69,131). Sum of RGB (Red+Green+Blue) = 73+69+131=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #494583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494583 is #B6BA7C. Grayscale: #4D4D4D. Windows color (decimal): -11975293 or 8602953. OLE color: 8602953.

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

Color convert

RGB7369131-
CMYK0.440.4700.49
HSL243.87º31%39.22%-
HSV(B)243.87º47.33%51.37%-
XYZ8.977.3122.41-
YUV77.26158.33124.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=26.74%
G=25.27%
B=47.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73691310.440.4700.49243.873139.22
Hex4945832C2F031f41f27
Octal11110520354570613643747
Binary100100110001011000001110110010111101100011111010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494583; }

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

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

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

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

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

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

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

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