Html Css Color HEX #473580 Windsor

📋 copy color: '#473580'

red 71 ◦ green 53 ◦ blue 128

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

Shades of Windsor #473580

Tints of Windsor #473580

RGB

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

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

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

R = 28.17%
G = 21.03%
B = 50.79%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#473580 (or 0x473580) is known color: Windsor. HEX triplet: 47, 35 and 80. RGB value is (71,53,128). Sum of RGB (Red+Green+Blue) = 71+53+128=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #473580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473580 is #B8CA7F. Grayscale: #424242. Windows color (decimal): -12110464 or 8402247. OLE color: 8402247.

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

Color convert

RGB 71 53 128 -
CMYK 0.45 0.59 0 0.50
HSL 254.4º 0.41% 0.35% -
HSV(B) 254.4º 0.59% 0.5% -
XYZ 7.77 5.44 21.06 -
YUV 66.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 71 53 128 0.45 0.59 0 0.50 254.4 0.41 0.35
Hex 47 35 80 2D 3B 0 32 FE 29 23
Octal 107 65 200 55 73 0 62 376 51 43
Binary 1000111 110101 10000000 101101 111011 0 110010 11111110 101001 100011

Color Harmonies of #473580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473580

Black with #473580

Text Example


Text Example

White with #473580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473580; }

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

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

background-color css

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

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

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

border-color css

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

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

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