Html Css Color HEX #472976 Windsor

📋 copy color: '#472976'

red 71 ◦ green 41 ◦ blue 118

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

Shades of Windsor #472976

Tints of Windsor #472976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 30.87%
G = 17.83%
B = 51.3%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472976 (or 0x472976) is known color: Windsor. HEX triplet: 47, 29 and 76. RGB value is (71,41,118). Sum of RGB (Red+Green+Blue) = 71+41+118=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #472976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472976 is #B8D689. Grayscale: #3A3A3A. Windows color (decimal): -12113546 or 7743815. OLE color: 7743815.

HSL color Cylindrical-coordinate representation of color #472976: hue angle of 263.38º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472976 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 41 118 -
CMYK 0.40 0.65 0 0.54
HSL 263.38º 0.48% 0.31% -
HSV(B) 263.38º 0.65% 0.46% -
XYZ 6.66 4.23 17.61 -
YUV 58.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 71 41 118 0.40 0.65 0 0.54 263.38 0.48 0.31
Hex 47 29 76 28 41 0 36 107 30 1F
Octal 107 51 166 50 101 0 66 407 60 37
Binary 1000111 101001 1110110 101000 1000001 0 110110 100000111 110000 11111

Color Harmonies of #472976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472976

Black with #472976

Text Example


Text Example

White with #472976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472976; }

 p { color: rgb(71,41,118); }

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

background-color css

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

 a { background-color: rgb(71,41,118); }

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

border-color css

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

 span { border-color: rgb(71,41,118); }

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