Html Css Color HEX #49197F Windsor

📋 copy color: '#49197F'

red 73 ◦ green 25 ◦ blue 127

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

Shades of Windsor #49197F

Tints of Windsor #49197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

 BLUE value IS 127 (50% from 255) = 56.44%

R = 32.44%
G = 11.11%
B = 56.44%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49197F (or 0x49197F) is known color: Windsor. HEX triplet: 49, 19 and 7F. RGB value is (73,25,127). Sum of RGB (Red+Green+Blue) = 73+25+127=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #49197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49197F is #B6E680. Grayscale: #323232. Windows color (decimal): -11986561 or 8329545. OLE color: 8329545.

HSL color Cylindrical-coordinate representation of color #49197F: hue angle of 268.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49197F is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 25 127 -
CMYK 0.43 0.80 0 0.50
HSL 268.24º 0.67% 0.3% -
HSV(B) 268.24º 0.8% 0.5% -
XYZ 6.93 3.64 20.42 -
YUV 50.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 73 25 127 0.43 0.80 0 0.50 268.24 0.67 0.3
Hex 49 19 7F 2B 50 0 32 10C 43 1E
Octal 111 31 177 53 120 0 62 414 103 36
Binary 1001001 11001 1111111 101011 1010000 0 110010 100001100 1000011 11110

Color Harmonies of #49197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49197F

Black with #49197F

Text Example


Text Example

White with #49197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49197F; }

 p { color: rgb(73,25,127); }

 H1.HeaderClassName
 {
   color: #49197F;
 }
 .AnyTagClassName
 {
   color: #49197F;
 }
</style>

background-color css

<style>
 a { background-color: #49197F; }

 a { background-color: rgb(73,25,127); }

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

border-color css

<style>
 span { border-color: #49197F; }

 span { border-color: rgb(73,25,127); }

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