#473878

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

Shades of Windsor #473878

Tints of Windsor #473878

Color information

#473878 (or 0x473878) is unknown color: approx Windsor. HEX triplet: 47, 38 and 78. RGB value is (71,56,120). Sum of RGB (Red+Green+Blue) = 71+56+120=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #473878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473878 is #B8C787. Grayscale: #434343. Windows color (decimal): -12109704 or 7878727. OLE color: 7878727.

HSL color Cylindrical-coordinate representation of color #473878: hue angle of 254.06º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #473878 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7156120-
CMYK0.410.5300.53
HSL254.06º36.36%34.51%-
HSV(B)254.06º53.33%47.06%-
XYZ7.45.5218.45-
YUV67.78157.47130.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=28.74%
G=22.67%
B=48.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71561200.410.5300.53254.0636.3634.51
Hex4738782935035fe2423
Octal1077017051650653764443
Binary10001111110001111000101001110101011010111111110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473878; }

 p { color: rgb(71,56,120); }

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

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

 a { background-color: rgb(71,56,120); }

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

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

 span { border-color: rgb(71,56,120); }

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