#463271

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

Shades of Windsor #463271

Tints of Windsor #463271

Color information

#463271 (or 0x463271) is unknown color: approx Windsor. HEX triplet: 46, 32 and 71. RGB value is (70,50,113). Sum of RGB (Red+Green+Blue) = 70+50+113=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #463271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463271 is #B9CD8E. Grayscale: #3E3E3E. Windows color (decimal): -12176783 or 7418438. OLE color: 7418438.

HSL color Cylindrical-coordinate representation of color #463271: hue angle of 259.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #463271 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7050113-
CMYK0.380.5600.56
HSL259.05º38.65%31.96%-
HSV(B)259.05º55.75%44.31%-
XYZ6.654.7816.19-
YUV63.16156.13132.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=30.04%
G=21.46%
B=48.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70501130.380.5600.56259.0538.6531.96
Hex46327126380381032720
Octal1066216146700704034740
Binary100011011001011100011001101110000111000100000011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463271; }

 p { color: rgb(70,50,113); }

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

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

 a { background-color: rgb(70,50,113); }

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

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

 span { border-color: rgb(70,50,113); }

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