Html Css Color HEX #472686 Windsor

📋 copy color: '#472686'

red 71 ◦ green 38 ◦ blue 134

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

Shades of Windsor #472686

Tints of Windsor #472686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 29.22%
G = 15.64%
B = 55.14%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#472686 (or 0x472686) is known color: Windsor. HEX triplet: 47, 26 and 86. RGB value is (71,38,134). Sum of RGB (Red+Green+Blue) = 71+38+134=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #472686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472686 is #B8D979. Grayscale: #3A3A3A. Windows color (decimal): -12114298 or 8791623. OLE color: 8791623.

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

Color convert

RGB 71 38 134 -
CMYK 0.47 0.72 0 0.47
HSL 260.63º 0.56% 0.34% -
HSV(B) 260.63º 0.72% 0.53% -
XYZ 7.59 4.45 23.01 -
YUV 58.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 71 38 134 0.47 0.72 0 0.47 260.63 0.56 0.34
Hex 47 26 86 2F 48 0 2F 105 38 22
Octal 107 46 206 57 110 0 57 405 70 42
Binary 1000111 100110 10000110 101111 1001000 0 101111 100000101 111000 100010

Color Harmonies of #472686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472686

Black with #472686

Text Example


Text Example

White with #472686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472686; }

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

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

background-color css

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

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

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

border-color css

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

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

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