Html Css Color HEX #49327C Windsor

📋 copy color: '#49327C'

red 73 ◦ green 50 ◦ blue 124

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

Shades of Windsor #49327C

Tints of Windsor #49327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

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

R = 29.55%
G = 20.24%
B = 50.2%

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

#49327C (or 0x49327C) is known color: Windsor. HEX triplet: 49, 32 and 7C. RGB value is (73,50,124). Sum of RGB (Red+Green+Blue) = 73+50+124=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #49327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49327C is #B6CD83. Grayscale: #414141. Windows color (decimal): -11980164 or 8139337. OLE color: 8139337.

HSL color Cylindrical-coordinate representation of color #49327C: hue angle of 258.65º 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 #49327C is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 50 124 -
CMYK 0.41 0.60 0 0.51
HSL 258.65º 0.43% 0.34% -
HSV(B) 258.65º 0.6% 0.49% -
XYZ 7.53 5.15 19.67 -
YUV 65.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 73 50 124 0.41 0.60 0 0.51 258.65 0.43 0.34
Hex 49 32 7C 29 3C 0 33 103 2B 22
Octal 111 62 174 51 74 0 63 403 53 42
Binary 1001001 110010 1111100 101001 111100 0 110011 100000011 101011 100010

Color Harmonies of #49327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49327C

Black with #49327C

Text Example


Text Example

White with #49327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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