Html Css Color HEX #49437F Dark Slate Blue

📋 copy color: '#49437F'

red 73 ◦ green 67 ◦ blue 127

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

Shades of Dark Slate Blue #49437F

Tints of Dark Slate Blue #49437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

 BLUE value IS 127 (50% from 255) = 47.57%

R = 27.34%
G = 25.09%
B = 47.57%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49437F (or 0x49437F) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 7F. RGB value is (73,67,127). Sum of RGB (Red+Green+Blue) = 73+67+127=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #49437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49437F is #B6BC80. Grayscale: #4B4B4B. Windows color (decimal): -11975809 or 8340297. OLE color: 8340297.

HSL color Cylindrical-coordinate representation of color #49437F: hue angle of 246º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49437F is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 67 127 -
CMYK 0.43 0.47 0 0.50
HSL 246º 0.31% 0.38% -
HSV(B) 246º 0.47% 0.5% -
XYZ 8.59 6.96 20.97 -
YUV 75.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 73 67 127 0.43 0.47 0 0.50 246 0.31 0.38
Hex 49 43 7F 2B 2F 0 32 F6 1F 26
Octal 111 103 177 53 57 0 62 366 37 46
Binary 1001001 1000011 1111111 101011 101111 0 110010 11110110 11111 100110

Color Harmonies of #49437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49437F

Black with #49437F

Text Example


Text Example

White with #49437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,67,127); }

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

background-color css

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

 a { background-color: rgb(73,67,127); }

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

border-color css

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

 span { border-color: rgb(73,67,127); }

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