Html Css Color HEX #49218E Windsor

📋 copy color: '#49218E'

red 73 ◦ green 33 ◦ blue 142

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

Shades of Windsor #49218E

Tints of Windsor #49218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 142 (55.86% from 255) = 57.26%

R = 29.44%
G = 13.31%
B = 57.26%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49218E (or 0x49218E) is known color: Windsor. HEX triplet: 49, 21 and 8E. RGB value is (73,33,142). Sum of RGB (Red+Green+Blue) = 73+33+142=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #49218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49218E is #B6DE71. Grayscale: #383838. Windows color (decimal): -11984498 or 9314633. OLE color: 9314633.

HSL color Cylindrical-coordinate representation of color #49218E: hue angle of 262.02º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49218E is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 33 142 -
CMYK 0.49 0.77 0 0.44
HSL 262.02º 0.62% 0.34% -
HSV(B) 262.02º 0.77% 0.56% -
XYZ 8.17 4.46 26.02 -
YUV 57.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 73 33 142 0.49 0.77 0 0.44 262.02 0.62 0.34
Hex 49 21 8E 31 4D 0 2C 106 3E 22
Octal 111 41 216 61 115 0 54 406 76 42
Binary 1001001 100001 10001110 110001 1001101 0 101100 100000110 111110 100010

Color Harmonies of #49218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49218E

Black with #49218E

Text Example


Text Example

White with #49218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49218E; }

 p { color: rgb(73,33,142); }

 H1.HeaderClassName
 {
   color: #49218E;
 }
 .AnyTagClassName
 {
   color: #49218E;
 }
</style>

background-color css

<style>
 a { background-color: #49218E; }

 a { background-color: rgb(73,33,142); }

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

border-color css

<style>
 span { border-color: #49218E; }

 span { border-color: rgb(73,33,142); }

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