Html Css Color HEX #49478F Dark Slate Blue

📋 copy color: '#49478F'

red 73 ◦ green 71 ◦ blue 143

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

Shades of Dark Slate Blue #49478F

Tints of Dark Slate Blue #49478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

 BLUE value IS 143 (56.25% from 255) = 49.83%

R = 25.44%
G = 24.74%
B = 49.83%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49478F (or 0x49478F) is known color: Dark Slate Blue. HEX triplet: 49, 47 and 8F. RGB value is (73,71,143). Sum of RGB (Red+Green+Blue) = 73+71+143=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #49478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49478F is #B6B870. Grayscale: #4F4F4F. Windows color (decimal): -11974769 or 9389897. OLE color: 9389897.

HSL color Cylindrical-coordinate representation of color #49478F: hue angle of 241.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49478F is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 71 143 -
CMYK 0.49 0.50 0 0.44
HSL 241.67º 0.34% 0.42% -
HSV(B) 241.67º 0.5% 0.56% -
XYZ 9.96 7.91 26.99 -
YUV 79.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 73 71 143 0.49 0.50 0 0.44 241.67 0.34 0.42
Hex 49 47 8F 31 32 0 2C F2 22 2A
Octal 111 107 217 61 62 0 54 362 42 52
Binary 1001001 1000111 10001111 110001 110010 0 101100 11110010 100010 101010

Color Harmonies of #49478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49478F

Black with #49478F

Text Example


Text Example

White with #49478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49478F; }

 p { color: rgb(73,71,143); }

 H1.HeaderClassName
 {
   color: #49478F;
 }
 .AnyTagClassName
 {
   color: #49478F;
 }
</style>

background-color css

<style>
 a { background-color: #49478F; }

 a { background-color: rgb(73,71,143); }

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

border-color css

<style>
 span { border-color: #49478F; }

 span { border-color: rgb(73,71,143); }

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