Html Css Color HEX #473573 Windsor

📋 copy color: '#473573'

red 71 ◦ green 53 ◦ blue 115

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

Shades of Windsor #473573

Tints of Windsor #473573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

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

R = 29.71%
G = 22.18%
B = 48.12%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473573 (or 0x473573) is known color: Windsor. HEX triplet: 47, 35 and 73. RGB value is (71,53,115). Sum of RGB (Red+Green+Blue) = 71+53+115=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #473573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473573 is #B8CA8C. Grayscale: #414141. Windows color (decimal): -12110477 or 7550279. OLE color: 7550279.

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

Color convert

RGB 71 53 115 -
CMYK 0.38 0.54 0 0.55
HSL 257.42º 0.37% 0.33% -
HSV(B) 257.42º 0.54% 0.45% -
XYZ 6.97 5.12 16.84 -
YUV 65.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 71 53 115 0.38 0.54 0 0.55 257.42 0.37 0.33
Hex 47 35 73 26 36 0 37 101 25 21
Octal 107 65 163 46 66 0 67 401 45 41
Binary 1000111 110101 1110011 100110 110110 0 110111 100000001 100101 100001

Color Harmonies of #473573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473573

Black with #473573

Text Example


Text Example

White with #473573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473573; }

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

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

background-color css

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

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

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

border-color css

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

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

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