#494B8B

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

Shades of Dark Slate Blue #494B8B

Tints of Dark Slate Blue #494B8B

Color information

#494B8B (or 0x494B8B) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 4B and 8B. RGB value is (73,75,139). Sum of RGB (Red+Green+Blue) = 73+75+139=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #494B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B8B is #B6B474. Grayscale: #515151. Windows color (decimal): -11973749 or 9128777. OLE color: 9128777.

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

Color convert

RGB7375139-
CMYK0.470.4600.45
HSL238.18º31.13%41.57%-
HSV(B)238.18º47.48%54.51%-
XYZ9.928.3125.51-
YUV81.7160.34121.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=25.44%
G=26.13%
B=48.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73751390.470.4600.45238.1831.1341.57
Hex494B8B2F2E02Dee1f2a
Octal11111321357560553563752
Binary100100110010111000101110111110111001011011110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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