Html Css Color HEX #49337C Windsor

📋 copy color: '#49337C'

red 73 ◦ green 51 ◦ blue 124

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

Shades of Windsor #49337C

Tints of Windsor #49337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 29.44%
G = 20.56%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49337C (or 0x49337C) is known color: Windsor. HEX triplet: 49, 33 and 7C. RGB value is (73,51,124). Sum of RGB (Red+Green+Blue) = 73+51+124=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #49337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49337C is #B6CC83. Grayscale: #414141. Windows color (decimal): -11979908 or 8139593. OLE color: 8139593.

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

Color convert

RGB 73 51 124 -
CMYK 0.41 0.59 0 0.51
HSL 258.08º 0.42% 0.34% -
HSV(B) 258.08º 0.59% 0.49% -
XYZ 7.57 5.24 19.68 -
YUV 65.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 73 51 124 0.41 0.59 0 0.51 258.08 0.42 0.34
Hex 49 33 7C 29 3B 0 33 102 2A 22
Octal 111 63 174 51 73 0 63 402 52 42
Binary 1001001 110011 1111100 101001 111011 0 110011 100000010 101010 100010

Color Harmonies of #49337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49337C

Black with #49337C

Text Example


Text Example

White with #49337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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