Html Css Color HEX #49417C Dark Slate Blue

📋 copy color: '#49417C'

red 73 ◦ green 65 ◦ blue 124

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

Shades of Dark Slate Blue #49417C

Tints of Dark Slate Blue #49417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 27.86%
G = 24.81%
B = 47.33%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49417C (or 0x49417C) is known color: Dark Slate Blue. HEX triplet: 49, 41 and 7C. RGB value is (73,65,124). Sum of RGB (Red+Green+Blue) = 73+65+124=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #49417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49417C is #B6BE83. Grayscale: #494949. Windows color (decimal): -11976324 or 8143177. OLE color: 8143177.

HSL color Cylindrical-coordinate representation of color #49417C: hue angle of 248.14º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49417C is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 65 124 -
CMYK 0.41 0.48 0 0.51
HSL 248.14º 0.31% 0.37% -
HSV(B) 248.14º 0.48% 0.49% -
XYZ 8.28 6.65 19.92 -
YUV 74.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 73 65 124 0.41 0.48 0 0.51 248.14 0.31 0.37
Hex 49 41 7C 29 30 0 33 F8 1F 25
Octal 111 101 174 51 60 0 63 370 37 45
Binary 1001001 1000001 1111100 101001 110000 0 110011 11111000 11111 100101

Color Harmonies of #49417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49417C

Black with #49417C

Text Example


Text Example

White with #49417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49417C; }

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

 H1.HeaderClassName
 {
   color: #49417C;
 }
 .AnyTagClassName
 {
   color: #49417C;
 }
</style>

background-color css

<style>
 a { background-color: #49417C; }

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

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

border-color css

<style>
 span { border-color: #49417C; }

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

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