#494B8A

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

Shades of Dark Slate Blue #494B8A

Tints of Dark Slate Blue #494B8A

Color information

#494B8A (or 0x494B8A) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 4B and 8A. RGB value is (73,75,138). Sum of RGB (Red+Green+Blue) = 73+75+138=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #494B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B8A is #B6B475. Grayscale: #515151. Windows color (decimal): -11973750 or 9063241. OLE color: 9063241.

HSL color Cylindrical-coordinate representation of color #494B8A: hue angle of 238.15º degrees, saturation: 0.31, 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 #494B8A is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7375138-
CMYK0.470.4600.46
HSL238.15º30.81%41.37%-
HSV(B)238.15º47.1%54.12%-
XYZ9.858.2825.12-
YUV81.58159.84121.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=25.52%
G=26.22%
B=48.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73751380.470.4600.46238.1530.8141.37
Hex494B8A2F2E02Eee1f29
Octal11111321257560563563751
Binary100100110010111000101010111110111001011101110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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