#463779

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

Shades of Windsor #463779

Tints of Windsor #463779

Color information

#463779 (or 0x463779) is unknown color: approx Windsor. HEX triplet: 46, 37 and 79. RGB value is (70,55,121). Sum of RGB (Red+Green+Blue) = 70+55+121=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #463779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463779 is #B9C886. Grayscale: #424242. Windows color (decimal): -12175495 or 7944006. OLE color: 7944006.

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

Color convert

RGB7055121-
CMYK0.420.5500.53
HSL253.64º37.5%34.51%-
HSV(B)253.64º54.55%47.45%-
XYZ7.345.4118.75-
YUV67.01158.47130.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=28.46%
G=22.36%
B=49.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70551210.420.5500.53253.6437.534.51
Hex4637792A37035fe2623
Octal1066717152670653764643
Binary10001101101111111001101010110111011010111111110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463779; }

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

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

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

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

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

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

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

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