Html Css Color HEX #49238D Windsor

📋 copy color: '#49238D'

red 73 ◦ green 35 ◦ blue 141

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

Shades of Windsor #49238D

Tints of Windsor #49238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 29.32%
G = 14.06%
B = 56.63%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49238D (or 0x49238D) is known color: Windsor. HEX triplet: 49, 23 and 8D. RGB value is (73,35,141). Sum of RGB (Red+Green+Blue) = 73+35+141=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #49238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49238D is #B6DC72. Grayscale: #3A3A3A. Windows color (decimal): -11983987 or 9249609. OLE color: 9249609.

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

Color convert

RGB 73 35 141 -
CMYK 0.48 0.75 0 0.45
HSL 261.51º 0.6% 0.35% -
HSV(B) 261.51º 0.75% 0.55% -
XYZ 8.16 4.54 25.65 -
YUV 58.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 73 35 141 0.48 0.75 0 0.45 261.51 0.6 0.35
Hex 49 23 8D 30 4B 0 2D 106 3C 23
Octal 111 43 215 60 113 0 55 406 74 43
Binary 1001001 100011 10001101 110000 1001011 0 101101 100000110 111100 100011

Color Harmonies of #49238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49238D

Black with #49238D

Text Example


Text Example

White with #49238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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