Html Css Color HEX #473180 Windsor

📋 copy color: '#473180'

red 71 ◦ green 49 ◦ blue 128

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

Shades of Windsor #473180

Tints of Windsor #473180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 28.63%
G = 19.76%
B = 51.61%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#473180 (or 0x473180) is known color: Windsor. HEX triplet: 47, 31 and 80. RGB value is (71,49,128). Sum of RGB (Red+Green+Blue) = 71+49+128=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #473180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473180 is #B8CE7F. Grayscale: #404040. Windows color (decimal): -12111488 or 8401223. OLE color: 8401223.

HSL color Cylindrical-coordinate representation of color #473180: hue angle of 256.71º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473180 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 49 128 -
CMYK 0.45 0.62 0 0.50
HSL 256.71º 0.45% 0.35% -
HSV(B) 256.71º 0.62% 0.5% -
XYZ 7.59 5.09 21.01 -
YUV 64.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 71 49 128 0.45 0.62 0 0.50 256.71 0.45 0.35
Hex 47 31 80 2D 3E 0 32 101 2D 23
Octal 107 61 200 55 76 0 62 401 55 43
Binary 1000111 110001 10000000 101101 111110 0 110010 100000001 101101 100011

Color Harmonies of #473180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473180

Black with #473180

Text Example


Text Example

White with #473180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473180; }

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

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

background-color css

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

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

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

border-color css

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

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

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