Html Css Color HEX #49278C Windsor

📋 copy color: '#49278C'

red 73 ◦ green 39 ◦ blue 140

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

Shades of Windsor #49278C

Tints of Windsor #49278C

RGB

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

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

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

R = 28.97%
G = 15.48%
B = 55.56%

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

#49278C (or 0x49278C) is known color: Windsor. HEX triplet: 49, 27 and 8C. RGB value is (73,39,140). Sum of RGB (Red+Green+Blue) = 73+39+140=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #49278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49278C is #B6D873. Grayscale: #3C3C3C. Windows color (decimal): -11982964 or 9185097. OLE color: 9185097.

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

Color convert

RGB 73 39 140 -
CMYK 0.48 0.72 0 0.45
HSL 260.2º 0.56% 0.35% -
HSV(B) 260.2º 0.72% 0.55% -
XYZ 8.21 4.76 25.3 -
YUV 60.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 73 39 140 0.48 0.72 0 0.45 260.2 0.56 0.35
Hex 49 27 8C 30 48 0 2D 104 38 23
Octal 111 47 214 60 110 0 55 404 70 43
Binary 1001001 100111 10001100 110000 1001000 0 101101 100000100 111000 100011

Color Harmonies of #49278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49278C

Black with #49278C

Text Example


Text Example

White with #49278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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