Html Css Color HEX #472086 Windsor

📋 copy color: '#472086'

red 71 ◦ green 32 ◦ blue 134

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

Shades of Windsor #472086

Tints of Windsor #472086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 134 (52.73% from 255) = 56.54%

R = 29.96%
G = 13.5%
B = 56.54%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472086 (or 0x472086) is known color: Windsor. HEX triplet: 47, 20 and 86. RGB value is (71,32,134). Sum of RGB (Red+Green+Blue) = 71+32+134=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #472086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472086 is #B8DF79. Grayscale: #363636. Windows color (decimal): -12115834 or 8790087. OLE color: 8790087.

HSL color Cylindrical-coordinate representation of color #472086: hue angle of 262.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472086 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 32 134 -
CMYK 0.47 0.76 0 0.47
HSL 262.94º 0.61% 0.33% -
HSV(B) 262.94º 0.76% 0.53% -
XYZ 7.42 4.09 22.95 -
YUV 55.29 172.42 139.21 -
System Red Green Blue C M Y K H S L
Decimal 71 32 134 0.47 0.76 0 0.47 262.94 0.61 0.33
Hex 47 20 86 2F 4C 0 2F 107 3D 21
Octal 107 40 206 57 114 0 57 407 75 41
Binary 1000111 100000 10000110 101111 1001100 0 101111 100000111 111101 100001

Color Harmonies of #472086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472086

Black with #472086

Text Example


Text Example

White with #472086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472086; }

 p { color: rgb(71,32,134); }

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

background-color css

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

 a { background-color: rgb(71,32,134); }

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

border-color css

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

 span { border-color: rgb(71,32,134); }

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