Html Css Color HEX #49317C Windsor

📋 copy color: '#49317C'

red 73 ◦ green 49 ◦ blue 124

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

Shades of Windsor #49317C

Tints of Windsor #49317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

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

R = 29.67%
G = 19.92%
B = 50.41%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49317C (or 0x49317C) is known color: Windsor. HEX triplet: 49, 31 and 7C. RGB value is (73,49,124). Sum of RGB (Red+Green+Blue) = 73+49+124=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #49317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49317C is #B6CE83. Grayscale: #404040. Windows color (decimal): -11980420 or 8139081. OLE color: 8139081.

HSL color Cylindrical-coordinate representation of color #49317C: hue angle of 259.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49317C is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 49 124 -
CMYK 0.41 0.60 0 0.51
HSL 259.2º 0.43% 0.34% -
HSV(B) 259.2º 0.6% 0.49% -
XYZ 7.48 5.07 19.65 -
YUV 64.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 73 49 124 0.41 0.60 0 0.51 259.2 0.43 0.34
Hex 49 31 7C 29 3C 0 33 103 2B 22
Octal 111 61 174 51 74 0 63 403 53 42
Binary 1001001 110001 1111100 101001 111100 0 110011 100000011 101011 100010

Color Harmonies of #49317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49317C

Black with #49317C

Text Example


Text Example

White with #49317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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