Html Css Color HEX #49257C Windsor

📋 copy color: '#49257C'

red 73 ◦ green 37 ◦ blue 124

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

Shades of Windsor #49257C

Tints of Windsor #49257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 31.2%
G = 15.81%
B = 52.99%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49257C (or 0x49257C) is known color: Windsor. HEX triplet: 49, 25 and 7C. RGB value is (73,37,124). Sum of RGB (Red+Green+Blue) = 73+37+124=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #49257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49257C is #B6DA83. Grayscale: #393939. Windows color (decimal): -11983492 or 8136009. OLE color: 8136009.

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

Color convert

RGB 73 37 124 -
CMYK 0.41 0.70 0 0.51
HSL 264.83º 0.54% 0.32% -
HSV(B) 264.83º 0.7% 0.49% -
XYZ 7.05 4.19 19.51 -
YUV 57.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 73 37 124 0.41 0.70 0 0.51 264.83 0.54 0.32
Hex 49 25 7C 29 46 0 33 109 36 20
Octal 111 45 174 51 106 0 63 411 66 40
Binary 1001001 100101 1111100 101001 1000110 0 110011 100001001 110110 100000

Color Harmonies of #49257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49257C

Black with #49257C

Text Example


Text Example

White with #49257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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