Html Css Color HEX #49288D Windsor

📋 copy color: '#49288D'

red 73 ◦ green 40 ◦ blue 141

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

Shades of Windsor #49288D

Tints of Windsor #49288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 28.74%
G = 15.75%
B = 55.51%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49288D (or 0x49288D) is known color: Windsor. HEX triplet: 49, 28 and 8D. RGB value is (73,40,141). Sum of RGB (Red+Green+Blue) = 73+40+141=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #49288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49288D is #B6D772. Grayscale: #3D3D3D. Windows color (decimal): -11982707 or 9250889. OLE color: 9250889.

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

Color convert

RGB 73 40 141 -
CMYK 0.48 0.72 0 0.45
HSL 259.6º 0.56% 0.35% -
HSV(B) 259.6º 0.72% 0.55% -
XYZ 8.31 4.86 25.7 -
YUV 61.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 73 40 141 0.48 0.72 0 0.45 259.6 0.56 0.35
Hex 49 28 8D 30 48 0 2D 104 38 23
Octal 111 50 215 60 110 0 55 404 70 43
Binary 1001001 101000 10001101 110000 1001000 0 101101 100000100 111000 100011

Color Harmonies of #49288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49288D

Black with #49288D

Text Example


Text Example

White with #49288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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