Html Css Color HEX #49227C Windsor

📋 copy color: '#49227C'

red 73 ◦ green 34 ◦ blue 124

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

Shades of Windsor #49227C

Tints of Windsor #49227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.72%

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

R = 31.6%
G = 14.72%
B = 53.68%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49227C (or 0x49227C) is known color: Windsor. HEX triplet: 49, 22 and 7C. RGB value is (73,34,124). Sum of RGB (Red+Green+Blue) = 73+34+124=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #49227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49227C is #B6DD83. Grayscale: #373737. Windows color (decimal): -11984260 or 8135241. OLE color: 8135241.

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

Color convert

RGB 73 34 124 -
CMYK 0.41 0.73 0 0.51
HSL 266º 0.57% 0.31% -
HSV(B) 266º 0.73% 0.49% -
XYZ 6.96 4.02 19.48 -
YUV 55.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 73 34 124 0.41 0.73 0 0.51 266 0.57 0.31
Hex 49 22 7C 29 49 0 33 10A 39 1F
Octal 111 42 174 51 111 0 63 412 71 37
Binary 1001001 100010 1111100 101001 1001001 0 110011 100001010 111001 11111

Color Harmonies of #49227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49227C

Black with #49227C

Text Example


Text Example

White with #49227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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