#463776

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

Shades of Windsor #463776

Tints of Windsor #463776

Color information

#463776 (or 0x463776) is unknown color: approx Windsor. HEX triplet: 46, 37 and 76. RGB value is (70,55,118). Sum of RGB (Red+Green+Blue) = 70+55+118=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #463776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463776 is #B9C889. Grayscale: #424242. Windows color (decimal): -12175498 or 7747398. OLE color: 7747398.

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

Color convert

RGB7055118-
CMYK0.410.5300.54
HSL254.29º36.42%33.92%-
HSV(B)254.29º53.39%46.27%-
XYZ7.165.3417.79-
YUV66.67156.97130.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=28.81%
G=22.63%
B=48.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70551180.410.5300.54254.2936.4233.92
Hex4637762935036fe2422
Octal1066716651650663764442
Binary10001101101111110110101001110101011011011111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463776; }

 p { color: rgb(70,55,118); }

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

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

 a { background-color: rgb(70,55,118); }

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

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

 span { border-color: rgb(70,55,118); }

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