Html Css Color HEX #471B86 Windsor

📋 copy color: '#471B86'

red 71 ◦ green 27 ◦ blue 134

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

Shades of Windsor #471B86

Tints of Windsor #471B86

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

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

R = 30.6%
G = 11.64%
B = 57.76%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#471B86 (or 0x471B86) is known color: Windsor. HEX triplet: 47, 1B and 86. RGB value is (71,27,134). Sum of RGB (Red+Green+Blue) = 71+27+134=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #471B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471B86 is #B8E479. Grayscale: #333333. Windows color (decimal): -12117114 or 8788807. OLE color: 8788807.

HSL color Cylindrical-coordinate representation of color #471B86: hue angle of 264.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471B86 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 27 134 -
CMYK 0.47 0.80 0 0.47
HSL 264.67º 0.66% 0.32% -
HSV(B) 264.67º 0.8% 0.53% -
XYZ 7.29 3.84 22.91 -
YUV 52.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 71 27 134 0.47 0.80 0 0.47 264.67 0.66 0.32
Hex 47 1B 86 2F 50 0 2F 109 42 20
Octal 107 33 206 57 120 0 57 411 102 40
Binary 1000111 11011 10000110 101111 1010000 0 101111 100001001 1000010 100000

Color Harmonies of #471B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B86

Black with #471B86

Text Example


Text Example

White with #471B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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