Html Css Color HEX #49298C Windsor

📋 copy color: '#49298C'

red 73 ◦ green 41 ◦ blue 140

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

Shades of Windsor #49298C

Tints of Windsor #49298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

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

R = 28.74%
G = 16.14%
B = 55.12%

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

#49298C (or 0x49298C) is known color: Windsor. HEX triplet: 49, 29 and 8C. RGB value is (73,41,140). Sum of RGB (Red+Green+Blue) = 73+41+140=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #49298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49298C is #B6D673. Grayscale: #3D3D3D. Windows color (decimal): -11982452 or 9185609. OLE color: 9185609.

HSL color Cylindrical-coordinate representation of color #49298C: hue angle of 259.39º 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 #49298C is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 41 140 -
CMYK 0.48 0.71 0 0.45
HSL 259.39º 0.55% 0.35% -
HSV(B) 259.39º 0.71% 0.55% -
XYZ 8.27 4.9 25.32 -
YUV 61.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 73 41 140 0.48 0.71 0 0.45 259.39 0.55 0.35
Hex 49 29 8C 30 47 0 2D 103 37 23
Octal 111 51 214 60 107 0 55 403 67 43
Binary 1001001 101001 10001100 110000 1000111 0 101101 100000011 110111 100011

Color Harmonies of #49298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49298C

Black with #49298C

Text Example


Text Example

White with #49298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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