Html Css Color HEX #473273 Windsor

📋 copy color: '#473273'

red 71 ◦ green 50 ◦ blue 115

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

Shades of Windsor #473273

Tints of Windsor #473273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 30.08%
G = 21.19%
B = 48.73%

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

#473273 (or 0x473273) is known color: Windsor. HEX triplet: 47, 32 and 73. RGB value is (71,50,115). Sum of RGB (Red+Green+Blue) = 71+50+115=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #473273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473273 is #B8CD8C. Grayscale: #3F3F3F. Windows color (decimal): -12111245 or 7549511. OLE color: 7549511.

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

Color convert

RGB 71 50 115 -
CMYK 0.38 0.57 0 0.55
HSL 259.38º 0.39% 0.32% -
HSV(B) 259.38º 0.57% 0.45% -
XYZ 6.83 4.86 16.8 -
YUV 63.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 71 50 115 0.38 0.57 0 0.55 259.38 0.39 0.32
Hex 47 32 73 26 39 0 37 103 27 20
Octal 107 62 163 46 71 0 67 403 47 40
Binary 1000111 110010 1110011 100110 111001 0 110111 100000011 100111 100000

Color Harmonies of #473273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473273

Black with #473273

Text Example


Text Example

White with #473273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473273; }

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

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

background-color css

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

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

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

border-color css

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

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

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