Html Css Color HEX #49257E Windsor

📋 copy color: '#49257E'

red 73 ◦ green 37 ◦ blue 126

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

Shades of Windsor #49257E

Tints of Windsor #49257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 53.39%

R = 30.93%
G = 15.68%
B = 53.39%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49257E (or 0x49257E) is known color: Windsor. HEX triplet: 49, 25 and 7E. RGB value is (73,37,126). Sum of RGB (Red+Green+Blue) = 73+37+126=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #49257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49257E is #B6DA81. Grayscale: #393939. Windows color (decimal): -11983490 or 8267081. OLE color: 8267081.

HSL color Cylindrical-coordinate representation of color #49257E: hue angle of 264.27º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49257E is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 37 126 -
CMYK 0.42 0.71 0 0.51
HSL 264.27º 0.55% 0.32% -
HSV(B) 264.27º 0.71% 0.49% -
XYZ 7.18 4.25 20.18 -
YUV 57.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 73 37 126 0.42 0.71 0 0.51 264.27 0.55 0.32
Hex 49 25 7E 2A 47 0 33 108 37 20
Octal 111 45 176 52 107 0 63 410 67 40
Binary 1001001 100101 1111110 101010 1000111 0 110011 100001000 110111 100000

Color Harmonies of #49257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49257E

Black with #49257E

Text Example


Text Example

White with #49257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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