#49407A

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

Shades of Dark Slate Blue #49407A

Tints of Dark Slate Blue #49407A

Color information

#49407A (or 0x49407A) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 40 and 7A. RGB value is (73,64,122). Sum of RGB (Red+Green+Blue) = 73+64+122=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #49407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49407A is #B6BF85. Grayscale: #494949. Windows color (decimal): -11976582 or 8011849. OLE color: 8011849.

HSL color Cylindrical-coordinate representation of color #49407A: hue angle of 249.31º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49407A is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7364122-
CMYK0.400.4800.52
HSL249.31º31.18%36.47%-
HSV(B)249.31º47.54%47.84%-
XYZ8.096.4919.24-
YUV73.3155.48127.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=28.19%
G=24.71%
B=47.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73641220.400.4800.52249.3131.1836.47
Hex49407A2830034f91f24
Octal11110017250600643713744
Binary10010011000000111101010100011000001101001111100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49407A; }

 p { color: rgb(73,64,122); }

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

<style>
 a { background-color: #49407A; }

 a { background-color: rgb(73,64,122); }

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

<style>
 span { border-color: #49407A; }

 span { border-color: rgb(73,64,122); }

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