#473777

Color #473777 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #473777

Tints of Windsor #473777

Color information

#473777 (or 0x473777) is unknown color: approx Windsor. HEX triplet: 47, 37 and 77. RGB value is (71,55,119). Sum of RGB (Red+Green+Blue) = 71+55+119=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #473777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473777 is #B8C888. Grayscale: #424242. Windows color (decimal): -12109961 or 7812935. OLE color: 7812935.

HSL color Cylindrical-coordinate representation of color #473777: hue angle of 255º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473777 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7155119-
CMYK0.400.5400.53
HSL255º36.78%34.12%-
HSV(B)255º53.78%46.67%-
XYZ7.295.418.11-
YUV67.08157.3130.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=28.98%
G=22.45%
B=48.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71551190.400.5400.5325536.7834.12
Hex4737772836035ff2522
Octal1076716750660653774542
Binary10001111101111110111101000110110011010111111111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473777; }

 p { color: rgb(71,55,119); }

 H1.HeaderClassName
 {
   color: #473777;
 }
 .AnyTagClassName
 {
   color: #473777;
 }
</style>
background-color css

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

 a { background-color: rgb(71,55,119); }

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

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

 span { border-color: rgb(71,55,119); }

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