Html Css Color HEX #493173 Windsor

📋 copy color: '#493173'

red 73 ◦ green 49 ◦ blue 115

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

Shades of Windsor #493173

Tints of Windsor #493173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 115 (45.31% from 255) = 48.52%

R = 30.8%
G = 20.68%
B = 48.52%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493173 (or 0x493173) is known color: Windsor. HEX triplet: 49, 31 and 73. RGB value is (73,49,115). Sum of RGB (Red+Green+Blue) = 73+49+115=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #493173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493173 is #B6CE8C. Grayscale: #3F3F3F. Windows color (decimal): -11980429 or 7549257. OLE color: 7549257.

HSL color Cylindrical-coordinate representation of color #493173: hue angle of 261.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493173 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 49 115 -
CMYK 0.37 0.57 0 0.55
HSL 261.82º 0.4% 0.32% -
HSV(B) 261.82º 0.57% 0.45% -
XYZ 6.94 4.85 16.79 -
YUV 63.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 73 49 115 0.37 0.57 0 0.55 261.82 0.4 0.32
Hex 49 31 73 25 39 0 37 106 28 20
Octal 111 61 163 45 71 0 67 406 50 40
Binary 1001001 110001 1110011 100101 111001 0 110111 100000110 101000 100000

Color Harmonies of #493173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493173

Black with #493173

Text Example


Text Example

White with #493173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493173; }

 p { color: rgb(73,49,115); }

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

background-color css

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

 a { background-color: rgb(73,49,115); }

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

border-color css

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

 span { border-color: rgb(73,49,115); }

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