Html Css Color HEX #49288C Windsor

📋 copy color: '#49288C'

red 73 ◦ green 40 ◦ blue 140

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

Shades of Windsor #49288C

Tints of Windsor #49288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 28.85%
G = 15.81%
B = 55.34%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49288C (or 0x49288C) is known color: Windsor. HEX triplet: 49, 28 and 8C. RGB value is (73,40,140). Sum of RGB (Red+Green+Blue) = 73+40+140=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #49288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49288C is #B6D773. Grayscale: #3C3C3C. Windows color (decimal): -11982708 or 9185353. OLE color: 9185353.

HSL color Cylindrical-coordinate representation of color #49288C: hue angle of 259.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49288C is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 40 140 -
CMYK 0.48 0.71 0 0.45
HSL 259.8º 0.56% 0.35% -
HSV(B) 259.8º 0.71% 0.55% -
XYZ 8.24 4.83 25.31 -
YUV 61.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 73 40 140 0.48 0.71 0 0.45 259.8 0.56 0.35
Hex 49 28 8C 30 47 0 2D 104 38 23
Octal 111 50 214 60 107 0 55 404 70 43
Binary 1001001 101000 10001100 110000 1000111 0 101101 100000100 111000 100011

Color Harmonies of #49288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49288C

Black with #49288C

Text Example


Text Example

White with #49288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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