Html Css Color HEX #49357C Windsor

📋 copy color: '#49357C'

red 73 ◦ green 53 ◦ blue 124

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

Shades of Windsor #49357C

Tints of Windsor #49357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

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

R = 29.2%
G = 21.2%
B = 49.6%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49357C (or 0x49357C) is known color: Windsor. HEX triplet: 49, 35 and 7C. RGB value is (73,53,124). Sum of RGB (Red+Green+Blue) = 73+53+124=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #49357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49357C is #B6CA83. Grayscale: #424242. Windows color (decimal): -11979396 or 8140105. OLE color: 8140105.

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

Color convert

RGB 73 53 124 -
CMYK 0.41 0.57 0 0.51
HSL 256.9º 0.4% 0.35% -
HSV(B) 256.9º 0.57% 0.49% -
XYZ 7.66 5.42 19.71 -
YUV 67.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 73 53 124 0.41 0.57 0 0.51 256.9 0.4 0.35
Hex 49 35 7C 29 39 0 33 101 28 23
Octal 111 65 174 51 71 0 63 401 50 43
Binary 1001001 110101 1111100 101001 111001 0 110011 100000001 101000 100011

Color Harmonies of #49357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49357C

Black with #49357C

Text Example


Text Example

White with #49357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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