Html Css Color HEX #472186 Windsor

📋 copy color: '#472186'

red 71 ◦ green 33 ◦ blue 134

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

Shades of Windsor #472186

Tints of Windsor #472186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

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

R = 29.83%
G = 13.87%
B = 56.3%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472186 (or 0x472186) is known color: Windsor. HEX triplet: 47, 21 and 86. RGB value is (71,33,134). Sum of RGB (Red+Green+Blue) = 71+33+134=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #472186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472186 is #B8DE79. Grayscale: #373737. Windows color (decimal): -12115578 or 8790343. OLE color: 8790343.

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

Color convert

RGB 71 33 134 -
CMYK 0.47 0.75 0 0.47
HSL 262.57º 0.6% 0.33% -
HSV(B) 262.57º 0.75% 0.53% -
XYZ 7.45 4.15 22.96 -
YUV 55.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 71 33 134 0.47 0.75 0 0.47 262.57 0.6 0.33
Hex 47 21 86 2F 4B 0 2F 107 3C 21
Octal 107 41 206 57 113 0 57 407 74 41
Binary 1000111 100001 10000110 101111 1001011 0 101111 100000111 111100 100001

Color Harmonies of #472186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472186

Black with #472186

Text Example


Text Example

White with #472186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472186; }

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

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

background-color css

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

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

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

border-color css

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

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

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