Html Css Color HEX #49327F Windsor

📋 copy color: '#49327F'

red 73 ◦ green 50 ◦ blue 127

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

Shades of Windsor #49327F

Tints of Windsor #49327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 127 (50% from 255) = 50.8%

R = 29.2%
G = 20%
B = 50.8%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49327F (or 0x49327F) is known color: Windsor. HEX triplet: 49, 32 and 7F. RGB value is (73,50,127). Sum of RGB (Red+Green+Blue) = 73+50+127=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #49327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49327F is #B6CD80. Grayscale: #414141. Windows color (decimal): -11980161 or 8335945. OLE color: 8335945.

HSL color Cylindrical-coordinate representation of color #49327F: hue angle of 257.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49327F is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 50 127 -
CMYK 0.43 0.61 0 0.50
HSL 257.92º 0.44% 0.35% -
HSV(B) 257.92º 0.61% 0.5% -
XYZ 7.72 5.23 20.68 -
YUV 65.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 73 50 127 0.43 0.61 0 0.50 257.92 0.44 0.35
Hex 49 32 7F 2B 3D 0 32 102 2C 23
Octal 111 62 177 53 75 0 62 402 54 43
Binary 1001001 110010 1111111 101011 111101 0 110010 100000010 101100 100011

Color Harmonies of #49327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49327F

Black with #49327F

Text Example


Text Example

White with #49327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49327F; }

 p { color: rgb(73,50,127); }

 H1.HeaderClassName
 {
   color: #49327F;
 }
 .AnyTagClassName
 {
   color: #49327F;
 }
</style>

background-color css

<style>
 a { background-color: #49327F; }

 a { background-color: rgb(73,50,127); }

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

border-color css

<style>
 span { border-color: #49327F; }

 span { border-color: rgb(73,50,127); }

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