#494A88

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

Shades of Dark Slate Blue #494A88

Tints of Dark Slate Blue #494A88

Color information

#494A88 (or 0x494A88) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 4A and 88. RGB value is (73,74,136). Sum of RGB (Red+Green+Blue) = 73+74+136=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #494A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A88 is #B6B577. Grayscale: #505050. Windows color (decimal): -11974008 or 8931913. OLE color: 8931913.

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

Color convert

RGB7374136-
CMYK0.460.4600.47
HSL239.05º30.14%40.98%-
HSV(B)239.05º46.32%53.33%-
XYZ9.648.0924.35-
YUV80.77159.17122.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=25.80%
G=26.15%
B=48.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73741360.460.4600.47239.0530.1440.98
Hex494A882E2E02Fef1e29
Octal11111221056560573573651
Binary100100110010101000100010111010111001011111110111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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