Html Css Color HEX #49337D Windsor

📋 copy color: '#49337D'

red 73 ◦ green 51 ◦ blue 125

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

Shades of Windsor #49337D

Tints of Windsor #49337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 29.32%
G = 20.48%
B = 50.2%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49337D (or 0x49337D) is known color: Windsor. HEX triplet: 49, 33 and 7D. RGB value is (73,51,125). Sum of RGB (Red+Green+Blue) = 73+51+125=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #49337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49337D is #B6CC82. Grayscale: #414141. Windows color (decimal): -11979907 or 8205129. OLE color: 8205129.

HSL color Cylindrical-coordinate representation of color #49337D: hue angle of 257.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49337D is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 51 125 -
CMYK 0.42 0.59 0 0.51
HSL 257.84º 0.42% 0.35% -
HSV(B) 257.84º 0.59% 0.49% -
XYZ 7.63 5.26 20.02 -
YUV 66.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 73 51 125 0.42 0.59 0 0.51 257.84 0.42 0.35
Hex 49 33 7D 2A 3B 0 33 102 2A 23
Octal 111 63 175 52 73 0 63 402 52 43
Binary 1001001 110011 1111101 101010 111011 0 110011 100000010 101010 100011

Color Harmonies of #49337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49337D

Black with #49337D

Text Example


Text Example

White with #49337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,51,125); }

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

background-color css

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

 a { background-color: rgb(73,51,125); }

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

border-color css

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

 span { border-color: rgb(73,51,125); }

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