Html Css Color HEX #472F86 Windsor

📋 copy color: '#472F86'

red 71 ◦ green 47 ◦ blue 134

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

Shades of Windsor #472F86

Tints of Windsor #472F86

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.65%

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

R = 28.17%
G = 18.65%
B = 53.17%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472F86 (or 0x472F86) is known color: Windsor. HEX triplet: 47, 2F and 86. RGB value is (71,47,134). Sum of RGB (Red+Green+Blue) = 71+47+134=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #472F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F86 is #B8D079. Grayscale: #3F3F3F. Windows color (decimal): -12111994 or 8793927. OLE color: 8793927.

HSL color Cylindrical-coordinate representation of color #472F86: hue angle of 256.55º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472F86 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 47 134 -
CMYK 0.47 0.65 0 0.47
HSL 256.55º 0.48% 0.35% -
HSV(B) 256.55º 0.65% 0.53% -
XYZ 7.92 5.09 23.12 -
YUV 64.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 71 47 134 0.47 0.65 0 0.47 256.55 0.48 0.35
Hex 47 2F 86 2F 41 0 2F 101 30 23
Octal 107 57 206 57 101 0 57 401 60 43
Binary 1000111 101111 10000110 101111 1000001 0 101111 100000001 110000 100011

Color Harmonies of #472F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F86

Black with #472F86

Text Example


Text Example

White with #472F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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