Html Css Color HEX #473271 Windsor

📋 copy color: '#473271'

red 71 ◦ green 50 ◦ blue 113

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

Shades of Windsor #473271

Tints of Windsor #473271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 30.34%
G = 21.37%
B = 48.29%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473271 (or 0x473271) is known color: Windsor. HEX triplet: 47, 32 and 71. RGB value is (71,50,113). Sum of RGB (Red+Green+Blue) = 71+50+113=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #473271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473271 is #B8CD8E. Grayscale: #3F3F3F. Windows color (decimal): -12111247 or 7418439. OLE color: 7418439.

HSL color Cylindrical-coordinate representation of color #473271: hue angle of 260º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #473271 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 50 113 -
CMYK 0.37 0.56 0 0.56
HSL 260º 0.39% 0.32% -
HSV(B) 260º 0.56% 0.44% -
XYZ 6.72 4.81 16.2 -
YUV 63.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 71 50 113 0.37 0.56 0 0.56 260 0.39 0.32
Hex 47 32 71 25 38 0 38 104 27 20
Octal 107 62 161 45 70 0 70 404 47 40
Binary 1000111 110010 1110001 100101 111000 0 111000 100000100 100111 100000

Color Harmonies of #473271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473271

Black with #473271

Text Example


Text Example

White with #473271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473271; }

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

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

background-color css

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

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

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

border-color css

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

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

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