Html Css Color HEX #473475 Windsor

📋 copy color: '#473475'

red 71 ◦ green 52 ◦ blue 117

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

Shades of Windsor #473475

Tints of Windsor #473475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 29.58%
G = 21.67%
B = 48.75%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#473475 (or 0x473475) is known color: Windsor. HEX triplet: 47, 34 and 75. RGB value is (71,52,117). Sum of RGB (Red+Green+Blue) = 71+52+117=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #473475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473475 is #B8CB8A. Grayscale: #404040. Windows color (decimal): -12110731 or 7681095. OLE color: 7681095.

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

Color convert

RGB 71 52 117 -
CMYK 0.39 0.56 0 0.54
HSL 257.54º 0.38% 0.33% -
HSV(B) 257.54º 0.56% 0.46% -
XYZ 7.04 5.08 17.44 -
YUV 65.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 71 52 117 0.39 0.56 0 0.54 257.54 0.38 0.33
Hex 47 34 75 27 38 0 36 102 26 21
Octal 107 64 165 47 70 0 66 402 46 41
Binary 1000111 110100 1110101 100111 111000 0 110110 100000010 100110 100001

Color Harmonies of #473475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473475

Black with #473475

Text Example


Text Example

White with #473475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473475; }

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

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

background-color css

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

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

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

border-color css

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

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

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