Html Css Color HEX #49198D Windsor

📋 copy color: '#49198D'

red 73 ◦ green 25 ◦ blue 141

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

Shades of Windsor #49198D

Tints of Windsor #49198D

RGB

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

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

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

R = 30.54%
G = 10.46%
B = 59%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49198D (or 0x49198D) is known color: Windsor. HEX triplet: 49, 19 and 8D. RGB value is (73,25,141). Sum of RGB (Red+Green+Blue) = 73+25+141=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #49198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49198D is #B6E672. Grayscale: #343434. Windows color (decimal): -11986547 or 9247049. OLE color: 9247049.

HSL color Cylindrical-coordinate representation of color #49198D: hue angle of 264.83º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49198D is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 25 141 -
CMYK 0.48 0.82 0 0.45
HSL 264.83º 0.7% 0.33% -
HSV(B) 264.83º 0.82% 0.55% -
XYZ 7.9 4.03 25.56 -
YUV 52.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 73 25 141 0.48 0.82 0 0.45 264.83 0.7 0.33
Hex 49 19 8D 30 52 0 2D 109 46 21
Octal 111 31 215 60 122 0 55 411 106 41
Binary 1001001 11001 10001101 110000 1010010 0 101101 100001001 1000110 100001

Color Harmonies of #49198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49198D

Black with #49198D

Text Example


Text Example

White with #49198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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