Html Css Color HEX #49459A Dark Slate Blue

📋 copy color: '#49459A'

red 73 ◦ green 69 ◦ blue 154

#49459A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #49459A

Tints of Dark Slate Blue #49459A

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 value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49459A (or 0x49459A) is known color: 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

RGB 73 69 154 -
CMYK 0.53 0.55 0 0.40
HSL 242.82º 0.38% 0.44% -
HSV(B) 242.82º 0.55% 0.6% -
XYZ 10.71 8.01 31.55 -
YUV 79.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 73 69 154 0.53 0.55 0 0.40 242.82 0.38 0.44
Hex 49 45 9A 35 37 0 28 F3 26 2C
Octal 111 105 232 65 67 0 50 363 46 54
Binary 1001001 1000101 10011010 110101 110111 0 101000 11110011 100110 101100

Color Harmonies of #49459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49459A

Black with #49459A

Text Example


Text Example

White with #49459A

Text Example


Text Example

HTML Codes & Css Web 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>