Html Css Color HEX #49367C Windsor

📋 copy color: '#49367C'

red 73 ◦ green 54 ◦ blue 124

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

Shades of Windsor #49367C

Tints of Windsor #49367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.51%

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

R = 29.08%
G = 21.51%
B = 49.4%

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

#49367C (or 0x49367C) is known color: Windsor. HEX triplet: 49, 36 and 7C. RGB value is (73,54,124). Sum of RGB (Red+Green+Blue) = 73+54+124=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #49367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49367C is #B6C983. Grayscale: #434343. Windows color (decimal): -11979140 or 8140361. OLE color: 8140361.

HSL color Cylindrical-coordinate representation of color #49367C: hue angle of 256.29º 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 #49367C is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 54 124 -
CMYK 0.41 0.56 0 0.51
HSL 256.29º 0.39% 0.35% -
HSV(B) 256.29º 0.56% 0.49% -
XYZ 7.7 5.51 19.73 -
YUV 67.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 73 54 124 0.41 0.56 0 0.51 256.29 0.39 0.35
Hex 49 36 7C 29 38 0 33 100 27 23
Octal 111 66 174 51 70 0 63 400 47 43
Binary 1001001 110110 1111100 101001 111000 0 110011 100000000 100111 100011

Color Harmonies of #49367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49367C

Black with #49367C

Text Example


Text Example

White with #49367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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