Html Css Color HEX #473575 Windsor

📋 copy color: '#473575'

red 71 ◦ green 53 ◦ blue 117

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

Shades of Windsor #473575

Tints of Windsor #473575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 29.46%
G = 21.99%
B = 48.55%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#473575 (or 0x473575) is known color: Windsor. HEX triplet: 47, 35 and 75. RGB value is (71,53,117). Sum of RGB (Red+Green+Blue) = 71+53+117=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #473575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473575 is #B8CA8A. Grayscale: #414141. Windows color (decimal): -12110475 or 7681351. OLE color: 7681351.

HSL color Cylindrical-coordinate representation of color #473575: hue angle of 256.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473575 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 53 117 -
CMYK 0.39 0.55 0 0.54
HSL 256.88º 0.38% 0.33% -
HSV(B) 256.88º 0.55% 0.46% -
XYZ 7.08 5.17 17.45 -
YUV 65.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 71 53 117 0.39 0.55 0 0.54 256.88 0.38 0.33
Hex 47 35 75 27 37 0 36 101 26 21
Octal 107 65 165 47 67 0 66 401 46 41
Binary 1000111 110101 1110101 100111 110111 0 110110 100000001 100110 100001

Color Harmonies of #473575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473575

Black with #473575

Text Example


Text Example

White with #473575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473575; }

 p { color: rgb(71,53,117); }

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

background-color css

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

 a { background-color: rgb(71,53,117); }

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

border-color css

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

 span { border-color: rgb(71,53,117); }

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