Html Css Color HEX #473574 Windsor

📋 copy color: '#473574'

red 71 ◦ green 53 ◦ blue 116

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

Shades of Windsor #473574

Tints of Windsor #473574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 29.58%
G = 22.08%
B = 48.33%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473574 (or 0x473574) is known color: Windsor. HEX triplet: 47, 35 and 74. RGB value is (71,53,116). Sum of RGB (Red+Green+Blue) = 71+53+116=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #473574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473574 is #B8CA8B. Grayscale: #414141. Windows color (decimal): -12110476 or 7615815. OLE color: 7615815.

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

Color convert

RGB 71 53 116 -
CMYK 0.39 0.54 0 0.55
HSL 257.14º 0.37% 0.33% -
HSV(B) 257.14º 0.54% 0.45% -
XYZ 7.02 5.15 17.15 -
YUV 65.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 71 53 116 0.39 0.54 0 0.55 257.14 0.37 0.33
Hex 47 35 74 27 36 0 37 101 25 21
Octal 107 65 164 47 66 0 67 401 45 41
Binary 1000111 110101 1110100 100111 110110 0 110111 100000001 100101 100001

Color Harmonies of #473574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473574

Black with #473574

Text Example


Text Example

White with #473574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473574; }

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

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

background-color css

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

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

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

border-color css

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

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

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