#49459A

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

Shades of Dark Slate Blue #49459A

Tints of Dark Slate Blue #49459A

Color information

#49459A (or 0x49459A) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 45 and 9A. RGB value is (73,69,154). Sum of RGB (Red+Green+Blue) = 73+69+154=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #49459A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49459A is #B6BA65. Grayscale: #4F4F4F. Windows color (decimal): -11975270 or 10110281. OLE color: 10110281.

HSL color Cylindrical-coordinate representation of color #49459A: hue angle of 242.82º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49459A is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7369154-
CMYK0.530.5500.40
HSL242.82º38.12%43.73%-
HSV(B)242.82º55.19%60.39%-
XYZ10.718.0131.55-
YUV79.89169.83123.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=24.66%
G=23.31%
B=52.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73691540.530.5500.40242.8238.1243.73
Hex49459A3537028f3262c
Octal11110523265670503634654
Binary1001001100010110011010110101110111010100011110011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,69,154); }

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

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

 a { background-color: rgb(73,69,154); }

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

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

 span { border-color: rgb(73,69,154); }

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