Html Css Color HEX #49437C Dark Slate Blue

📋 copy color: '#49437C'

red 73 ◦ green 67 ◦ blue 124

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

Shades of Dark Slate Blue #49437C

Tints of Dark Slate Blue #49437C

RGB

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

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

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

R = 27.65%
G = 25.38%
B = 46.97%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49437C (or 0x49437C) is known color: Dark Slate Blue. HEX triplet: 49, 43 and 7C. RGB value is (73,67,124). Sum of RGB (Red+Green+Blue) = 73+67+124=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #49437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49437C is #B6BC83. Grayscale: #4B4B4B. Windows color (decimal): -11975812 or 8143689. OLE color: 8143689.

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

Color convert

RGB 73 67 124 -
CMYK 0.41 0.46 0 0.51
HSL 246.32º 0.3% 0.37% -
HSV(B) 246.32º 0.46% 0.49% -
XYZ 8.39 6.89 19.96 -
YUV 75.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 73 67 124 0.41 0.46 0 0.51 246.32 0.3 0.37
Hex 49 43 7C 29 2E 0 33 F6 1E 25
Octal 111 103 174 51 56 0 63 366 36 45
Binary 1001001 1000011 1111100 101001 101110 0 110011 11110110 11110 100101

Color Harmonies of #49437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49437C

Black with #49437C

Text Example


Text Example

White with #49437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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