Html Css Color HEX #472877 Windsor

📋 copy color: '#472877'

red 71 ◦ green 40 ◦ blue 119

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

Shades of Windsor #472877

Tints of Windsor #472877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

 BLUE value IS 119 (46.88% from 255) = 51.74%

R = 30.87%
G = 17.39%
B = 51.74%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472877 (or 0x472877) is known color: Windsor. HEX triplet: 47, 28 and 77. RGB value is (71,40,119). Sum of RGB (Red+Green+Blue) = 71+40+119=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #472877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472877 is #B8D788. Grayscale: #393939. Windows color (decimal): -12113801 or 7809095. OLE color: 7809095.

HSL color Cylindrical-coordinate representation of color #472877: hue angle of 263.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472877 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 40 119 -
CMYK 0.40 0.66 0 0.53
HSL 263.54º 0.5% 0.31% -
HSV(B) 263.54º 0.66% 0.47% -
XYZ 6.69 4.19 17.91 -
YUV 58.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 71 40 119 0.40 0.66 0 0.53 263.54 0.5 0.31
Hex 47 28 77 28 42 0 35 108 32 1F
Octal 107 50 167 50 102 0 65 410 62 37
Binary 1000111 101000 1110111 101000 1000010 0 110101 100001000 110010 11111

Color Harmonies of #472877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472877

Black with #472877

Text Example


Text Example

White with #472877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472877; }

 p { color: rgb(71,40,119); }

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

background-color css

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

 a { background-color: rgb(71,40,119); }

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

border-color css

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

 span { border-color: rgb(71,40,119); }

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