Html Css Color HEX #473170 Windsor

📋 copy color: '#473170'

red 71 ◦ green 49 ◦ blue 112

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

Shades of Windsor #473170

Tints of Windsor #473170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 112 (44.14% from 255) = 48.28%

R = 30.6%
G = 21.12%
B = 48.28%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#473170 (or 0x473170) is known color: Windsor. HEX triplet: 47, 31 and 70. RGB value is (71,49,112). Sum of RGB (Red+Green+Blue) = 71+49+112=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #473170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473170 is #B8CE8F. Grayscale: #3E3E3E. Windows color (decimal): -12111504 or 7352647. OLE color: 7352647.

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

Color convert

RGB 71 49 112 -
CMYK 0.37 0.56 0 0.56
HSL 260.95º 0.39% 0.32% -
HSV(B) 260.95º 0.56% 0.44% -
XYZ 6.62 4.71 15.89 -
YUV 62.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 71 49 112 0.37 0.56 0 0.56 260.95 0.39 0.32
Hex 47 31 70 25 38 0 38 105 27 20
Octal 107 61 160 45 70 0 70 405 47 40
Binary 1000111 110001 1110000 100101 111000 0 111000 100000101 100111 100000

Color Harmonies of #473170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473170

Black with #473170

Text Example


Text Example

White with #473170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473170; }

 p { color: rgb(71,49,112); }

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

background-color css

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

 a { background-color: rgb(71,49,112); }

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

border-color css

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

 span { border-color: rgb(71,49,112); }

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