Html Css Color HEX #472F76 Windsor

📋 copy color: '#472F76'

red 71 ◦ green 47 ◦ blue 118

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

Shades of Windsor #472F76

Tints of Windsor #472F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

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

R = 30.08%
G = 19.92%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472F76 (or 0x472F76) is known color: Windsor. HEX triplet: 47, 2F and 76. RGB value is (71,47,118). Sum of RGB (Red+Green+Blue) = 71+47+118=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #472F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F76 is #B8D089. Grayscale: #3E3E3E. Windows color (decimal): -12112010 or 7745351. OLE color: 7745351.

HSL color Cylindrical-coordinate representation of color #472F76: hue angle of 260.28º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472F76 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 47 118 -
CMYK 0.40 0.60 0 0.54
HSL 260.28º 0.43% 0.32% -
HSV(B) 260.28º 0.6% 0.46% -
XYZ 6.89 4.68 17.68 -
YUV 62.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 71 47 118 0.40 0.60 0 0.54 260.28 0.43 0.32
Hex 47 2F 76 28 3C 0 36 104 2B 20
Octal 107 57 166 50 74 0 66 404 53 40
Binary 1000111 101111 1110110 101000 111100 0 110110 100000100 101011 100000

Color Harmonies of #472F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F76

Black with #472F76

Text Example


Text Example

White with #472F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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