Html Css Color HEX #49407E Dark Slate Blue

📋 copy color: '#49407E'

red 73 ◦ green 64 ◦ blue 126

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

Shades of Dark Slate Blue #49407E

Tints of Dark Slate Blue #49407E

RGB

 RED value IS 73 (28.91% from 255) = 27.76%

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 126 (49.61% from 255) = 47.91%

R = 27.76%
G = 24.33%
B = 47.91%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49407E (or 0x49407E) is known color: Dark Slate Blue. HEX triplet: 49, 40 and 7E. RGB value is (73,64,126). Sum of RGB (Red+Green+Blue) = 73+64+126=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #49407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49407E is #B6BF81. Grayscale: #494949. Windows color (decimal): -11976578 or 8273993. OLE color: 8273993.

HSL color Cylindrical-coordinate representation of color #49407E: hue angle of 248.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49407E is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 64 126 -
CMYK 0.42 0.49 0 0.51
HSL 248.71º 0.33% 0.37% -
HSV(B) 248.71º 0.49% 0.49% -
XYZ 8.35 6.59 20.57 -
YUV 73.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 73 64 126 0.42 0.49 0 0.51 248.71 0.33 0.37
Hex 49 40 7E 2A 31 0 33 F9 21 25
Octal 111 100 176 52 61 0 63 371 41 45
Binary 1001001 1000000 1111110 101010 110001 0 110011 11111001 100001 100101

Color Harmonies of #49407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49407E

Black with #49407E

Text Example


Text Example

White with #49407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49407E;
 }
 .AnyTagClassName
 {
   color: #49407E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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