#494B89

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

Shades of Dark Slate Blue #494B89

Tints of Dark Slate Blue #494B89

Color information

#494B89 (or 0x494B89) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 4B and 89. RGB value is (73,75,137). Sum of RGB (Red+Green+Blue) = 73+75+137=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #494B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B89 is #B6B476. Grayscale: #515151. Windows color (decimal): -11973751 or 8997705. OLE color: 8997705.

HSL color Cylindrical-coordinate representation of color #494B89: hue angle of 238.12º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494B89 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7375137-
CMYK0.470.4500.46
HSL238.12º30.48%41.18%-
HSV(B)238.12º46.72%53.73%-
XYZ9.788.2524.74-
YUV81.47159.34121.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=25.61%
G=26.32%
B=48.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73751370.470.4500.46238.1230.4841.18
Hex494B892F2D02Eee1e29
Octal11111321157550563563651
Binary100100110010111000100110111110110101011101110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,75,137); }

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

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

 a { background-color: rgb(73,75,137); }

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

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

 span { border-color: rgb(73,75,137); }

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