Html Css Color HEX #49427C Dark Slate Blue

📋 copy color: '#49427C'

red 73 ◦ green 66 ◦ blue 124

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

Shades of Dark Slate Blue #49427C

Tints of Dark Slate Blue #49427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 27.76%
G = 25.1%
B = 47.15%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49427C (or 0x49427C) is known color: Dark Slate Blue. HEX triplet: 49, 42 and 7C. RGB value is (73,66,124). Sum of RGB (Red+Green+Blue) = 73+66+124=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #49427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49427C is #B6BD83. Grayscale: #4A4A4A. Windows color (decimal): -11976068 or 8143433. OLE color: 8143433.

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

Color convert

RGB 73 66 124 -
CMYK 0.41 0.47 0 0.51
HSL 247.24º 0.31% 0.37% -
HSV(B) 247.24º 0.47% 0.49% -
XYZ 8.33 6.77 19.94 -
YUV 74.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 73 66 124 0.41 0.47 0 0.51 247.24 0.31 0.37
Hex 49 42 7C 29 2F 0 33 F7 1F 25
Octal 111 102 174 51 57 0 63 367 37 45
Binary 1001001 1000010 1111100 101001 101111 0 110011 11110111 11111 100101

Color Harmonies of #49427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49427C

Black with #49427C

Text Example


Text Example

White with #49427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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