Html Css Color HEX #49287C Windsor

📋 copy color: '#49287C'

red 73 ◦ green 40 ◦ blue 124

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

Shades of Windsor #49287C

Tints of Windsor #49287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 30.8%
G = 16.88%
B = 52.32%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49287C (or 0x49287C) is known color: Windsor. HEX triplet: 49, 28 and 7C. RGB value is (73,40,124). Sum of RGB (Red+Green+Blue) = 73+40+124=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #49287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49287C is #B6D783. Grayscale: #3B3B3B. Windows color (decimal): -11982724 or 8136777. OLE color: 8136777.

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

Color convert

RGB 73 40 124 -
CMYK 0.41 0.68 0 0.51
HSL 263.57º 0.51% 0.32% -
HSV(B) 263.57º 0.68% 0.49% -
XYZ 7.14 4.39 19.54 -
YUV 59.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 73 40 124 0.41 0.68 0 0.51 263.57 0.51 0.32
Hex 49 28 7C 29 44 0 33 108 33 20
Octal 111 50 174 51 104 0 63 410 63 40
Binary 1001001 101000 1111100 101001 1000100 0 110011 100001000 110011 100000

Color Harmonies of #49287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49287C

Black with #49287C

Text Example


Text Example

White with #49287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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