Html Css Color HEX #473173 Windsor

📋 copy color: '#473173'

red 71 ◦ green 49 ◦ blue 115

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

Shades of Windsor #473173

Tints of Windsor #473173

RGB

 RED value IS 71 (28.13% from 255) = 30.21%

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

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

R = 30.21%
G = 20.85%
B = 48.94%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473173 (or 0x473173) is known color: Windsor. HEX triplet: 47, 31 and 73. RGB value is (71,49,115). Sum of RGB (Red+Green+Blue) = 71+49+115=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #473173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473173 is #B8CE8C. Grayscale: #3E3E3E. Windows color (decimal): -12111501 or 7549255. OLE color: 7549255.

HSL color Cylindrical-coordinate representation of color #473173: hue angle of 260º 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 #473173 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 49 115 -
CMYK 0.38 0.57 0 0.55
HSL 260º 0.4% 0.32% -
HSV(B) 260º 0.57% 0.45% -
XYZ 6.79 4.77 16.78 -
YUV 63.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 71 49 115 0.38 0.57 0 0.55 260 0.4 0.32
Hex 47 31 73 26 39 0 37 104 28 20
Octal 107 61 163 46 71 0 67 404 50 40
Binary 1000111 110001 1110011 100110 111001 0 110111 100000100 101000 100000

Color Harmonies of #473173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473173

Black with #473173

Text Example


Text Example

White with #473173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473173; }

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

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

background-color css

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

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

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

border-color css

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

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

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