#49418B

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

Shades of Dark Slate Blue #49418B

Tints of Dark Slate Blue #49418B

Color information

#49418B (or 0x49418B) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 41 and 8B. RGB value is (73,65,139). Sum of RGB (Red+Green+Blue) = 73+65+139=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #49418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49418B is #B6BE74. Grayscale: #4B4B4B. Windows color (decimal): -11976309 or 9126217. OLE color: 9126217.

HSL color Cylindrical-coordinate representation of color #49418B: hue angle of 246.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49418B is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7365139-
CMYK0.470.5300.45
HSL246.49º36.27%40%-
HSV(B)246.49º53.24%54.51%-
XYZ9.37.0625.3-
YUV75.83163.65125.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=26.35%
G=23.47%
B=50.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73651390.470.5300.45246.4936.2740
Hex49418B2F3502Df62428
Octal11110121357650553664450
Binary1001001100000110001011101111110101010110111110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49418B; }

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

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

<style>
 a { background-color: #49418B; }

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

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

<style>
 span { border-color: #49418B; }

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

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