Html Css Color HEX #49198F Windsor

📋 copy color: '#49198F'

red 73 ◦ green 25 ◦ blue 143

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

Shades of Windsor #49198F

Tints of Windsor #49198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.34%

R = 30.29%
G = 10.37%
B = 59.34%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49198F (or 0x49198F) is known color: Windsor. HEX triplet: 49, 19 and 8F. RGB value is (73,25,143). Sum of RGB (Red+Green+Blue) = 73+25+143=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #49198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49198F is #B6E670. Grayscale: #343434. Windows color (decimal): -11986545 or 9378121. OLE color: 9378121.

HSL color Cylindrical-coordinate representation of color #49198F: hue angle of 264.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49198F is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 25 143 -
CMYK 0.49 0.83 0 0.44
HSL 264.41º 0.7% 0.33% -
HSV(B) 264.41º 0.83% 0.56% -
XYZ 8.05 4.09 26.35 -
YUV 52.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 73 25 143 0.49 0.83 0 0.44 264.41 0.7 0.33
Hex 49 19 8F 31 53 0 2C 108 46 21
Octal 111 31 217 61 123 0 54 410 106 41
Binary 1001001 11001 10001111 110001 1010011 0 101100 100001000 1000110 100001

Color Harmonies of #49198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49198F

Black with #49198F

Text Example


Text Example

White with #49198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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