#463178

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

Shades of Windsor #463178

Tints of Windsor #463178

Color information

#463178 (or 0x463178) is unknown color: approx Windsor. HEX triplet: 46, 31 and 78. RGB value is (70,49,120). Sum of RGB (Red+Green+Blue) = 70+49+120=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #463178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463178 is #B9CE87. Grayscale: #3F3F3F. Windows color (decimal): -12177032 or 7876934. OLE color: 7876934.

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

Color convert

RGB7049120-
CMYK0.420.5900.53
HSL257.75º42.01%33.14%-
HSV(B)257.75º59.17%47.06%-
XYZ7.014.8518.34-
YUV63.37159.96132.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=29.29%
G=20.50%
B=50.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70491200.420.5900.53257.7542.0133.14
Hex4631782A3B0351022a21
Octal1066117052730654025241
Binary100011011000111110001010101110110110101100000010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463178; }

 p { color: rgb(70,49,120); }

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

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

 a { background-color: rgb(70,49,120); }

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

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

 span { border-color: rgb(70,49,120); }

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