Html Css Color HEX #472B80 Windsor

📋 copy color: '#472B80'

red 71 ◦ green 43 ◦ blue 128

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

Shades of Windsor #472B80

Tints of Windsor #472B80

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.77%

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

R = 29.34%
G = 17.77%
B = 52.89%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#472B80 (or 0x472B80) is known color: Windsor. HEX triplet: 47, 2B and 80. RGB value is (71,43,128). Sum of RGB (Red+Green+Blue) = 71+43+128=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #472B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472B80 is #B8D47F. Grayscale: #3C3C3C. Windows color (decimal): -12113024 or 8399687. OLE color: 8399687.

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

Color convert

RGB 71 43 128 -
CMYK 0.45 0.66 0 0.50
HSL 259.76º 0.5% 0.34% -
HSV(B) 259.76º 0.66% 0.5% -
XYZ 7.36 4.63 20.93 -
YUV 61.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 71 43 128 0.45 0.66 0 0.50 259.76 0.5 0.34
Hex 47 2B 80 2D 42 0 32 104 32 22
Octal 107 53 200 55 102 0 62 404 62 42
Binary 1000111 101011 10000000 101101 1000010 0 110010 100000100 110010 100010

Color Harmonies of #472B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B80

Black with #472B80

Text Example


Text Example

White with #472B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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