Html Css Color HEX #473184 Windsor

📋 copy color: '#473184'

red 71 ◦ green 49 ◦ blue 132

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

Shades of Windsor #473184

Tints of Windsor #473184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.38%

R = 28.17%
G = 19.44%
B = 52.38%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#473184 (or 0x473184) is known color: Windsor. HEX triplet: 47, 31 and 84. RGB value is (71,49,132). Sum of RGB (Red+Green+Blue) = 71+49+132=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #473184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473184 is #B8CE7B. Grayscale: #404040. Windows color (decimal): -12111484 or 8663367. OLE color: 8663367.

HSL color Cylindrical-coordinate representation of color #473184: hue angle of 255.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473184 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 49 132 -
CMYK 0.46 0.63 0 0.48
HSL 255.9º 0.46% 0.35% -
HSV(B) 255.9º 0.63% 0.52% -
XYZ 7.86 5.2 22.42 -
YUV 65.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 71 49 132 0.46 0.63 0 0.48 255.9 0.46 0.35
Hex 47 31 84 2E 3F 0 30 100 2E 23
Octal 107 61 204 56 77 0 60 400 56 43
Binary 1000111 110001 10000100 101110 111111 0 110000 100000000 101110 100011

Color Harmonies of #473184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473184

Black with #473184

Text Example


Text Example

White with #473184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473184; }

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

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

background-color css

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

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

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

border-color css

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

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

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