#494A8D

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

Shades of Dark Slate Blue #494A8D

Tints of Dark Slate Blue #494A8D

Color information

#494A8D (or 0x494A8D) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 4A and 8D. RGB value is (73,74,141). Sum of RGB (Red+Green+Blue) = 73+74+141=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #494A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A8D is #B6B572. Grayscale: #515151. Windows color (decimal): -11974003 or 9259593. OLE color: 9259593.

HSL color Cylindrical-coordinate representation of color #494A8D: hue angle of 239.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494A8D is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7374141-
CMYK0.480.4800.45
HSL239.12º31.78%41.96%-
HSV(B)239.12º48.23%55.29%-
XYZ108.2426.26-
YUV81.34161.67122.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 141 (55.47% from 255) = 48.96%
R=25.35%
G=25.69%
B=48.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73741410.480.4800.45239.1231.7841.96
Hex494A8D303002Def202a
Octal11111221560600553574052
Binary1001001100101010001101110000110000010110111101111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494A8D; }

 p { color: rgb(73,74,141); }

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

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

 a { background-color: rgb(73,74,141); }

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

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

 span { border-color: rgb(73,74,141); }

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