Html Css Color HEX #49278D Windsor

📋 copy color: '#49278D'

red 73 ◦ green 39 ◦ blue 141

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

Shades of Windsor #49278D

Tints of Windsor #49278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

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

R = 28.85%
G = 15.42%
B = 55.73%

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

#49278D (or 0x49278D) is known color: Windsor. HEX triplet: 49, 27 and 8D. RGB value is (73,39,141). Sum of RGB (Red+Green+Blue) = 73+39+141=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #49278D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49278D is #B6D872. Grayscale: #3C3C3C. Windows color (decimal): -11982963 or 9250633. OLE color: 9250633.

HSL color Cylindrical-coordinate representation of color #49278D: hue angle of 260º degrees, saturation: 0.57, 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 #49278D is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 39 141 -
CMYK 0.48 0.72 0 0.45
HSL 260º 0.57% 0.35% -
HSV(B) 260º 0.72% 0.55% -
XYZ 8.28 4.79 25.69 -
YUV 60.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 73 39 141 0.48 0.72 0 0.45 260 0.57 0.35
Hex 49 27 8D 30 48 0 2D 104 39 23
Octal 111 47 215 60 110 0 55 404 71 43
Binary 1001001 100111 10001101 110000 1001000 0 101101 100000100 111001 100011

Color Harmonies of #49278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49278D

Black with #49278D

Text Example


Text Example

White with #49278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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