Html Css Color HEX #472776 Windsor

📋 copy color: '#472776'

red 71 ◦ green 39 ◦ blue 118

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

Shades of Windsor #472776

Tints of Windsor #472776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

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

R = 31.14%
G = 17.11%
B = 51.75%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472776 (or 0x472776) is known color: Windsor. HEX triplet: 47, 27 and 76. RGB value is (71,39,118). Sum of RGB (Red+Green+Blue) = 71+39+118=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #472776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472776 is #B8D889. Grayscale: #393939. Windows color (decimal): -12114058 or 7743303. OLE color: 7743303.

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

Color convert

RGB 71 39 118 -
CMYK 0.40 0.67 0 0.54
HSL 264.3º 0.5% 0.31% -
HSV(B) 264.3º 0.67% 0.46% -
XYZ 6.59 4.1 17.58 -
YUV 57.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 71 39 118 0.40 0.67 0 0.54 264.3 0.5 0.31
Hex 47 27 76 28 43 0 36 108 32 1F
Octal 107 47 166 50 103 0 66 410 62 37
Binary 1000111 100111 1110110 101000 1000011 0 110110 100001000 110010 11111

Color Harmonies of #472776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472776

Black with #472776

Text Example


Text Example

White with #472776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472776; }

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

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

background-color css

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

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

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

border-color css

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

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

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