Html Css Color HEX #473071 Windsor

📋 copy color: '#473071'

red 71 ◦ green 48 ◦ blue 113

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

Shades of Windsor #473071

Tints of Windsor #473071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 30.6%
G = 20.69%
B = 48.71%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473071 (or 0x473071) is known color: Windsor. HEX triplet: 47, 30 and 71. RGB value is (71,48,113). Sum of RGB (Red+Green+Blue) = 71+48+113=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #473071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473071 is #B8CF8E. Grayscale: #3E3E3E. Windows color (decimal): -12111759 or 7417927. OLE color: 7417927.

HSL color Cylindrical-coordinate representation of color #473071: hue angle of 261.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473071 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 48 113 -
CMYK 0.37 0.58 0 0.56
HSL 261.23º 0.4% 0.32% -
HSV(B) 261.23º 0.58% 0.44% -
XYZ 6.64 4.65 16.17 -
YUV 62.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 71 48 113 0.37 0.58 0 0.56 261.23 0.4 0.32
Hex 47 30 71 25 3A 0 38 105 28 20
Octal 107 60 161 45 72 0 70 405 50 40
Binary 1000111 110000 1110001 100101 111010 0 111000 100000101 101000 100000

Color Harmonies of #473071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473071

Black with #473071

Text Example


Text Example

White with #473071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473071; }

 p { color: rgb(71,48,113); }

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

background-color css

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

 a { background-color: rgb(71,48,113); }

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

border-color css

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

 span { border-color: rgb(71,48,113); }

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