Html Css Color HEX #49377C Windsor

📋 copy color: '#49377C'

red 73 ◦ green 55 ◦ blue 124

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

Shades of Windsor #49377C

Tints of Windsor #49377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 28.97%
G = 21.83%
B = 49.21%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49377C (or 0x49377C) is known color: Windsor. HEX triplet: 49, 37 and 7C. RGB value is (73,55,124). Sum of RGB (Red+Green+Blue) = 73+55+124=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #49377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49377C is #B6C883. Grayscale: #434343. Windows color (decimal): -11978884 or 8140617. OLE color: 8140617.

HSL color Cylindrical-coordinate representation of color #49377C: hue angle of 255.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49377C is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 55 124 -
CMYK 0.41 0.56 0 0.51
HSL 255.65º 0.39% 0.35% -
HSV(B) 255.65º 0.56% 0.49% -
XYZ 7.75 5.6 19.74 -
YUV 68.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 73 55 124 0.41 0.56 0 0.51 255.65 0.39 0.35
Hex 49 37 7C 29 38 0 33 100 27 23
Octal 111 67 174 51 70 0 63 400 47 43
Binary 1001001 110111 1111100 101001 111000 0 110011 100000000 100111 100011

Color Harmonies of #49377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49377C

Black with #49377C

Text Example


Text Example

White with #49377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49377C; }

 p { color: rgb(73,55,124); }

 H1.HeaderClassName
 {
   color: #49377C;
 }
 .AnyTagClassName
 {
   color: #49377C;
 }
</style>

background-color css

<style>
 a { background-color: #49377C; }

 a { background-color: rgb(73,55,124); }

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

border-color css

<style>
 span { border-color: #49377C; }

 span { border-color: rgb(73,55,124); }

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