#463373

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

Shades of Windsor #463373

Tints of Windsor #463373

Color information

#463373 (or 0x463373) is unknown color: approx Windsor. HEX triplet: 46, 33 and 73. RGB value is (70,51,115). Sum of RGB (Red+Green+Blue) = 70+51+115=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #463373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463373 is #B9CC8C. Grayscale: #3F3F3F. Windows color (decimal): -12176525 or 7549766. OLE color: 7549766.

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

Color convert

RGB7051115-
CMYK0.390.5600.55
HSL257.81º38.55%32.55%-
HSV(B)257.81º55.65%45.1%-
XYZ6.84.9116.81-
YUV63.98156.79132.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=29.66%
G=21.61%
B=48.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70511150.390.5600.55257.8138.5532.55
Hex46337327380371022721
Octal1066316347700674024741
Binary100011011001111100111001111110000110111100000010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463373; }

 p { color: rgb(70,51,115); }

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

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

 a { background-color: rgb(70,51,115); }

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

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

 span { border-color: rgb(70,51,115); }

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