Html Css Color HEX #49347C Windsor

📋 copy color: '#49347C'

red 73 ◦ green 52 ◦ blue 124

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

Shades of Windsor #49347C

Tints of Windsor #49347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 29.32%
G = 20.88%
B = 49.8%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49347C (or 0x49347C) is known color: Windsor. HEX triplet: 49, 34 and 7C. RGB value is (73,52,124). Sum of RGB (Red+Green+Blue) = 73+52+124=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #49347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49347C is #B6CB83. Grayscale: #424242. Windows color (decimal): -11979652 or 8139849. OLE color: 8139849.

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

Color convert

RGB 73 52 124 -
CMYK 0.41 0.58 0 0.51
HSL 257.5º 0.41% 0.35% -
HSV(B) 257.5º 0.58% 0.49% -
XYZ 7.61 5.33 19.7 -
YUV 66.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 73 52 124 0.41 0.58 0 0.51 257.5 0.41 0.35
Hex 49 34 7C 29 3A 0 33 102 29 23
Octal 111 64 174 51 72 0 63 402 51 43
Binary 1001001 110100 1111100 101001 111010 0 110011 100000010 101001 100011

Color Harmonies of #49347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49347C

Black with #49347C

Text Example


Text Example

White with #49347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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