#494180

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

Shades of Dark Slate Blue #494180

Tints of Dark Slate Blue #494180

Color information

#494180 (or 0x494180) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 41 and 80. RGB value is (73,65,128). Sum of RGB (Red+Green+Blue) = 73+65+128=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #494180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494180 is #B6BE7F. Grayscale: #4A4A4A. Windows color (decimal): -11976320 or 8405321. OLE color: 8405321.

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

Color convert

RGB7365128-
CMYK0.430.4900.50
HSL247.62º32.64%37.84%-
HSV(B)247.62º49.22%50.2%-
XYZ8.536.7621.28-
YUV74.57158.15126.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=27.44%
G=24.44%
B=48.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73651280.430.4900.50247.6232.6437.84
Hex4941802B31032f82126
Octal11110120053610623704146
Binary1001001100000110000000101011110001011001011111000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494180; }

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

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

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

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

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

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

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

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