Html Css Color HEX #49238E Windsor

📋 copy color: '#49238E'

red 73 ◦ green 35 ◦ blue 142

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

Shades of Windsor #49238E

Tints of Windsor #49238E

RGB

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

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

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

R = 29.2%
G = 14%
B = 56.8%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49238E (or 0x49238E) is known color: Windsor. HEX triplet: 49, 23 and 8E. RGB value is (73,35,142). Sum of RGB (Red+Green+Blue) = 73+35+142=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #49238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49238E is #B6DC71. Grayscale: #3A3A3A. Windows color (decimal): -11983986 or 9315145. OLE color: 9315145.

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

Color convert

RGB 73 35 142 -
CMYK 0.49 0.75 0 0.44
HSL 261.31º 0.6% 0.35% -
HSV(B) 261.31º 0.75% 0.56% -
XYZ 8.23 4.57 26.04 -
YUV 58.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 73 35 142 0.49 0.75 0 0.44 261.31 0.6 0.35
Hex 49 23 8E 31 4B 0 2C 105 3C 23
Octal 111 43 216 61 113 0 54 405 74 43
Binary 1001001 100011 10001110 110001 1001011 0 101100 100000101 111100 100011

Color Harmonies of #49238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49238E

Black with #49238E

Text Example


Text Example

White with #49238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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