Html Css Color HEX #49288B Windsor

📋 copy color: '#49288B'

red 73 ◦ green 40 ◦ blue 139

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

Shades of Windsor #49288B

Tints of Windsor #49288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 28.97%
G = 15.87%
B = 55.16%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49288B (or 0x49288B) is known color: Windsor. HEX triplet: 49, 28 and 8B. RGB value is (73,40,139). Sum of RGB (Red+Green+Blue) = 73+40+139=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #49288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49288B is #B6D774. Grayscale: #3C3C3C. Windows color (decimal): -11982709 or 9119817. OLE color: 9119817.

HSL color Cylindrical-coordinate representation of color #49288B: hue angle of 260º degrees, saturation: 0.55, 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 #49288B is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 40 139 -
CMYK 0.47 0.71 0 0.45
HSL 260º 0.55% 0.35% -
HSV(B) 260º 0.71% 0.55% -
XYZ 8.17 4.8 24.92 -
YUV 61.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 73 40 139 0.47 0.71 0 0.45 260 0.55 0.35
Hex 49 28 8B 2F 47 0 2D 104 37 23
Octal 111 50 213 57 107 0 55 404 67 43
Binary 1001001 101000 10001011 101111 1000111 0 101101 100000100 110111 100011

Color Harmonies of #49288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49288B

Black with #49288B

Text Example


Text Example

White with #49288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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