Html Css Color HEX #49297C Windsor

📋 copy color: '#49297C'

red 73 ◦ green 41 ◦ blue 124

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

Shades of Windsor #49297C

Tints of Windsor #49297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 30.67%
G = 17.23%
B = 52.1%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49297C (or 0x49297C) is known color: Windsor. HEX triplet: 49, 29 and 7C. RGB value is (73,41,124). Sum of RGB (Red+Green+Blue) = 73+41+124=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #49297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49297C is #B6D683. Grayscale: #3B3B3B. Windows color (decimal): -11982468 or 8137033. OLE color: 8137033.

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

Color convert

RGB 73 41 124 -
CMYK 0.41 0.67 0 0.51
HSL 263.13º 0.5% 0.32% -
HSV(B) 263.13º 0.67% 0.49% -
XYZ 7.18 4.46 19.55 -
YUV 60.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 73 41 124 0.41 0.67 0 0.51 263.13 0.5 0.32
Hex 49 29 7C 29 43 0 33 107 32 20
Octal 111 51 174 51 103 0 63 407 62 40
Binary 1001001 101001 1111100 101001 1000011 0 110011 100000111 110010 100000

Color Harmonies of #49297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49297C

Black with #49297C

Text Example


Text Example

White with #49297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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